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 Dec 27, 2022
1 parent c466d43 commit 0e1f5a7
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 @@ -15,4 +15,4 @@ tokio={version="1.17", features=["macros", "rt-multi-thread", "net"]}
tracing = "0.1"
tracing-subscriber = "0.3"
warp="0.3.2"
ydb = { version = "0.5.0", path="../ydb"}
ydb = { version = "0.5.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.5.0"
version = "0.5.1"
authors = ["rekby <timofey.koolin@gmail.com>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit 0e1f5a7

Please sign in to comment.