Skip to content

Commit

Permalink
[Rust]: Bump the version of the Rust SDK to 0.16.0
Browse files Browse the repository at this point in the history
Preparing it for the next release

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
  • Loading branch information
martin-g committed Jul 10, 2023
1 parent 0cc1850 commit 5e387f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions lang/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lang/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ exclude = [
]

[workspace.package]
version = "0.15.0"
version = "0.16.0"
authors = ["Apache Avro team <dev@avro.apache.org>"]
license = "Apache-2.0"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions lang/rust/avro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ harness = false
name = "single"

[dependencies]
apache-avro-derive = { default-features = false, version = "0.15.0", path = "../avro_derive", optional = true }
apache-avro-derive = { default-features = false, version = "0.16.0", path = "../avro_derive", optional = true }
byteorder = { default-features = false, version = "1.4.3" }
bzip2 = { default-features = false, version = "0.4.4", optional = true }
crc32fast = { default-features = false, version = "1.3.2", optional = true }
Expand Down Expand Up @@ -84,7 +84,7 @@ rand = { default-features = false, version = "0.8.5", features = ["default"] }

[dev-dependencies]
anyhow = { default-features = false, version = "1.0.71", features = ["std"] }
apache-avro-test-helper = { default-features = false, version = "0.15.0", path = "../avro_test_helper" }
apache-avro-test-helper = { default-features = false, version = "0.16.0", path = "../avro_test_helper" }
criterion = { default-features = false, version = "0.4.0" }
hex-literal = { default-features = false, version = "0.4.1" }
md-5 = { default-features = false, version = "0.10.5" }
Expand Down

0 comments on commit 5e387f8

Please sign in to comment.