Skip to content

Commit e8e5608

Browse files
committed
bump version for ydb, patch
1 parent 265f02c commit e8e5608

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Rust 1.68.0 or newer
1212
Add the YDB dependency to your project using `cargo add ydb` or add this your Cargo.toml:
1313
```toml
1414
[dependencies]
15-
ydb = "0.9.4"
15+
ydb = "0.9.5"
1616
```
1717

1818
### Example

ydb-example-urlshortener/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ tokio = { version = "1.18", features = ["macros", "rt-multi-thread", "net"] }
1616
tracing = "0.1"
1717
tracing-subscriber = "0.3"
1818
warp = "0.3.2"
19-
ydb = { version = "0.9.4", path="../ydb"}
19+
ydb = { version = "0.9.5", path="../ydb"}

ydb-slo-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rand_core = { version = "0.6.4" }
1717
ratelimit = { version = "0.10.0" }
1818
tokio = { version = "=1.38.1" }
1919
tokio-util = { version = "=0.7.11", features = ["rt"] }
20-
ydb = { version = "0.9.4", path = "../ydb" }
20+
ydb = { version = "0.9.5", path="../ydb"}
2121
async-trait = "0.1"
2222

2323
[[example]]

ydb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
publish = true
33
name = "ydb"
4-
version = "0.9.4"
4+
version = "0.9.5"
55
authors = ["rekby <timofey.koolin@gmail.com>"]
66
edition = "2021"
77
license = "Apache-2.0"

0 commit comments

Comments
 (0)