Skip to content

Commit 53634c2

Browse files
committed
FIX: Bump Rust client version
1 parent f911a9f commit 53634c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.31.0 - 2025-07-29
3+
## 0.31.0 - 2025-07-30
44

55
### Enhancements
66
- Changed `timeseries.get_range_to_file()` to return a concrete type instead of an impl

Cargo.toml

Lines changed: 2 additions & 2 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.30.0"
4+
version = "0.31.0"
55
edition = "2021"
66
repository = "https://github.com/databento/databento-rs"
77
description = "Official Databento client library"
@@ -55,7 +55,7 @@ typed-builder = "0.21"
5555
anyhow = "1.0.98"
5656
async-compression = { version = "0.4", features = ["tokio", "zstd"] }
5757
clap = { version = "4.5.40", features = ["derive"] }
58-
rstest = "0.25.0"
58+
rstest = "0.26.1"
5959
tempfile = "3.20.0"
6060
tokio = { version = "1.45", features = ["full"] }
6161
tracing-subscriber = "0.3.19"

0 commit comments

Comments
 (0)