Skip to content

Commit

Permalink
0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amigin committed Jun 10, 2024
1 parent e0d71f0 commit b109263
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "my-no-sql-server-core"
version = "0.3.2"
version = "0.3.3"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -14,4 +14,4 @@ rust-extensions = { tag = "0.1.4", git = "https://github.com/MyJetTools/rust-ext
"base64",
] }
tokio = { version = "*", features = ["full"] }
my-no-sql-sdk = { tag = "0.3.1", git = "https://github.com/MyJetTools/my-no-sql-sdk.git" }
my-no-sql-sdk = { tag = "0.3.2", git = "https://github.com/MyJetTools/my-no-sql-sdk.git" }

0 comments on commit b109263

Please sign in to comment.