Skip to content

Commit

Permalink
bump version for ydb, patch
Browse files Browse the repository at this point in the history
  • Loading branch information
rekby committed Apr 2, 2024
1 parent 404e848 commit 6a8d37f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ydb-example-urlshortener/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ tokio = { version = "1.18", features = ["macros", "rt-multi-thread", "net"] }
tracing = "0.1"
tracing-subscriber = "0.3"
warp = "0.3.2"
ydb = { version = "0.8.0", path = "../ydb" }
ydb = { version = "0.8.1", path="../ydb"}
2 changes: 1 addition & 1 deletion ydb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
publish = true
name = "ydb"
version = "0.8.0"
version = "0.8.1"
authors = ["rekby <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit 6a8d37f

Please sign in to comment.