diff options
author | mia <mia@mia.jetzt> | 2024-04-23 19:50:24 -0700 |
---|---|---|
committer | mia <mia@mia.jetzt> | 2024-04-23 19:50:24 -0700 |
commit | cb74c3346428d5e352b66d1f7982f77e0e8b8621 (patch) | |
tree | 143a2168f076c2ede754fbb8527c6b1a8baa4de1 /Cargo.toml | |
parent | 979d3d2fd87d5def87d27f4991ca8624c72b2317 (diff) | |
download | dissociate-cb74c3346428d5e352b66d1f7982f77e0e8b8621.tar.gz dissociate-cb74c3346428d5e352b66d1f7982f77e0e8b8621.zip |
add expires data to token handoff v0.2.3
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 0b6f860..794e6d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dissociate" -version = "0.2.2" +version = "0.2.3" edition = "2021" [dependencies] |