diff --git a/Cargo.lock b/Cargo.lock index 5eabf71..6ccbb3f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -890,7 +890,7 @@ dependencies = [ [[package]] name = "spicedb-rust" -version = "0.3.3" +version = "0.3.4" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 127d4be..1c0b153 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spicedb-rust" -version = "0.3.3" +version = "0.3.4" edition = "2021" description = "A client for spicedb" keywords = ["spicedb", "authzed", "authorization"]