Skip to content

Commit d8b0200

Browse files
authored
FIX: Bump Rust client crate version
2 parents d74c19c + bc41945 commit d8b0200

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "databento"
33
authors = ["Databento <support@databento.com>"]
4-
version = "0.25.0"
4+
version = "0.26.0"
55
edition = "2021"
66
repository = "https://github.com/databento/databento-rs"
77
description = "Official Databento client library"
@@ -44,8 +44,8 @@ typed-builder = "0.21"
4444
[dev-dependencies]
4545
anyhow = "1.0.98"
4646
async-compression = { version = "0.4.23", features = ["tokio", "zstd"] }
47-
clap = { version = "4.5.39", features = ["derive"] }
48-
tempfile = "3.20.0"
49-
tokio = { version = "1.45", features = ["full"] }
47+
clap = { version = "4.5.37", features = ["derive"] }
48+
tempfile = "3.19.1"
49+
tokio = { version = "1.44", features = ["full"] }
5050
tracing-subscriber = "0.3.19"
5151
wiremock = "0.6"

0 commit comments

Comments
 (0)