Skip to content

Commit

Permalink
rust-extension:0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
amigin committed Nov 19, 2024
1 parent b53084f commit a3c6e0b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,29 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
my-http-server = { tag = "0.8.0", git = "https://github.com/MyJetTools/my-http-server.git", features = [
my-http-server = { tag = "0.8.2", git = "https://github.com/MyJetTools/my-http-server.git", features = [
"macros",
"controllers",
"static-files",
] }

my-no-sql-sdk = { tag = "0.3.3", git = "https://github.com/MyJetTools/my-no-sql-sdk.git", features = [
my-no-sql-sdk = { tag = "0.4.1", git = "https://github.com/MyJetTools/my-no-sql-sdk.git", features = [
"master-node",
"tcp-contracts",
] }

my-no-sql-server-core = { tag = "0.3.3", git = "https://github.com/MyJetTools/my-no-sql-server-core.git", features = [
my-no-sql-server-core = { tag = "0.4.0", git = "https://github.com/MyJetTools/my-no-sql-server-core.git", features = [
"master-node",
] }

my-azure-storage-sdk = { tag = "0.5.0", git = "https://github.com/MyJetTools/my-azure-storage.git" }
flurl = { tag = "0.5.2", git = "https://github.com/MyJetTools/fl-url" }
my-azure-storage-sdk = { tag = "0.5.1", git = "https://github.com/MyJetTools/my-azure-storage.git" }
flurl = { tag = "0.6.1", git = "https://github.com/MyJetTools/fl-url" }

my-logger = { tag = "1.1.0", git = "https://github.com/MyJetTools/my-logger.git" }
my-logger = { tag = "1.2.1", git = "https://github.com/MyJetTools/my-logger.git" }

my-tcp-sockets = { tag = "0.1.9", git = "https://github.com/MyJetTools/my-tcp-sockets.git" }
my-tcp-sockets = { tag = "0.1.11", git = "https://github.com/MyJetTools/my-tcp-sockets.git" }

my-sqlite = { tag = "0.1.1", git = "https://github.com/MyJetTools/my-sqlite.git", features = [
my-sqlite = { tag = "0.1.2", git = "https://github.com/MyJetTools/my-sqlite.git", features = [
"macros",
] }

Expand Down

0 comments on commit a3c6e0b

Please sign in to comment.