Skip to content

Commit

Permalink
FlUrl:0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amigin committed Nov 21, 2023
1 parent 0b9919f commit 4731c3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion my-no-sql-data-writer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ my-logger = { tag = "1.0.3", git = "https://github.com/MyJetTools/my-logger.git"
rust-extensions = { tag = "0.1.4", git = "https://github.com/MyJetTools/rust-extensions.git", features = [
"with-tokio",
] }
flurl = { tag = "0.4.1", git = "https://github.com/MyJetTools/fl-url" }
flurl = { tag = "0.5.0", git = "https://github.com/MyJetTools/fl-url" }

tokio = { version = "*", features = ["full"] }
tokio-util = "*"
Expand Down
1 change: 1 addition & 0 deletions my-no-sql-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
default = []
core = ["dep:my-no-sql-core"]
data-writer = ["dep:my-no-sql-data-writer"]
macros = [
Expand Down

0 comments on commit 4731c3c

Please sign in to comment.