diff options
author | mia <mia@mia.jetzt> | 2024-05-03 18:25:03 -0700 |
---|---|---|
committer | mia <mia@mia.jetzt> | 2024-05-03 18:25:03 -0700 |
commit | c630a3d95fcba117eeeeb03a0c656ef26bea3072 (patch) | |
tree | 6e10801f20716bcd45d3bbc113a02908f05129a2 /Cargo.toml | |
parent | cb74c3346428d5e352b66d1f7982f77e0e8b8621 (diff) | |
download | dissociate-c630a3d95fcba117eeeeb03a0c656ef26bea3072.tar.gz dissociate-c630a3d95fcba117eeeeb03a0c656ef26bea3072.zip |
refactor scope access endpoints v0.3.0
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 794e6d9..0298a01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dissociate" -version = "0.2.3" +version = "0.3.0" edition = "2021" [dependencies] |