diff --git a/agdb/Cargo.toml b/agdb/Cargo.toml index 5441b30d..b018a4a8 100644 --- a/agdb/Cargo.toml +++ b/agdb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agdb" -version = "0.5.1" +version = "0.5.2" edition = "2021" license = "Apache-2.0" homepage = "https://github.com/agnesoft/agdb" @@ -14,4 +14,4 @@ categories = ["database", "database-implementations"] [lib] [dependencies] -agdb_derive = { version = "0.5.1", path = "../agdb_derive" } \ No newline at end of file +agdb_derive = { version = "0.5.2", path = "../agdb_derive" } \ No newline at end of file diff --git a/agdb_benchmarks/Cargo.toml b/agdb_benchmarks/Cargo.toml index b25a870f..b46b4969 100644 --- a/agdb_benchmarks/Cargo.toml +++ b/agdb_benchmarks/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agdb_benchmarks" -version = "0.5.1" +version = "0.5.2" edition = "2021" license = "Apache-2.0" homepage = "https://github.com/agnesoft/agdb" @@ -12,7 +12,7 @@ keywords = ["graph", "database"] categories = ["database", "database-implementations"] [dependencies] -agdb = { version = "0.5.1", path = "../agdb" } +agdb = { version = "0.5.2", path = "../agdb" } num-format = { version = "0.4", features = ["with-serde"] } serde = { version = "1", features = ["derive"] } serde_yaml = "0.9" diff --git a/agdb_derive/Cargo.toml b/agdb_derive/Cargo.toml index 3289d773..444cec63 100644 --- a/agdb_derive/Cargo.toml +++ b/agdb_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agdb_derive" -version = "0.5.1" +version = "0.5.2" edition = "2021" license = "Apache-2.0" homepage = "https://github.com/agnesoft/agdb" diff --git a/agdb_server/Cargo.toml b/agdb_server/Cargo.toml index 2477c0fa..4833f95d 100644 --- a/agdb_server/Cargo.toml +++ b/agdb_server/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["graph", "database", "api"] categories = ["database", "database-interfaces"] [dependencies] -agdb = { version = "0.5.1", path = "../agdb" } +agdb = { version = "0.5.2", path = "../agdb" } axum = { version = "0.7", features = ["http2"] } axum-extra = { version = "0.9", features = ["typed-header"] } http-body-util = "0.1"