Skip to content

Commit 0470799

Browse files
committed
chore: Bump the version to 0.21.0
1 parent 0f87fd5 commit 0470799

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ exclude = [
2929
resolver = "2"
3030

3131
[workspace.package]
32-
version = "0.20.0"
32+
version = "0.21.0"
3333
license = "Apache-2.0"
3434
repository = "https://github.com/apache/avro-rs"
3535
edition = "2024"

avro/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ harness = false
5353
name = "single"
5454

5555
[dependencies]
56-
apache-avro-derive = { default-features = false, version = "0.20.0", path = "../avro_derive", optional = true }
56+
apache-avro-derive = { default-features = false, version = "0.21.0", path = "../avro_derive", optional = true }
5757
bigdecimal = { default-features = false, version = "0.4.9", features = ["std", "serde"] }
5858
bon = { default-features = false, version = "3.8.1" }
5959
bzip2 = { version = "0.6.1", optional = true }
@@ -83,7 +83,7 @@ rand = { default-features = false, version = "0.9.2", features = ["default"] }
8383

8484
[dev-dependencies]
8585
anyhow = { default-features = false, version = "1.0.100", features = ["std"] }
86-
apache-avro-test-helper = { default-features = false, version = "0.20.0", path = "../avro_test_helper" }
86+
apache-avro-test-helper = { default-features = false, version = "0.21.0", path = "../avro_test_helper" }
8787
criterion = { default-features = false, version = "0.7.0" }
8888
hex-literal = { default-features = false, version = "1.0.0" }
8989
md-5 = { default-features = false, version = "0.10.6" }

0 commit comments

Comments
 (0)