Skip to content

Commit

Permalink
bump version for ydb, minor
Browse files Browse the repository at this point in the history
  • Loading branch information
rekby committed May 14, 2024
1 parent 1afcd5b commit a6c303a
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.4", path="../ydb"}
ydb = { version = "0.9.0", 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.4"
version = "0.9.0"
authors = ["rekby <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit a6c303a

Please sign in to comment.