Skip to content

Commit

Permalink
Bump the version to 0.17.0
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g committed Sep 26, 2023
1 parent d24e4e2 commit b7b7cb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lang/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ exclude = [
resolver = "2"

[workspace.package]
version = "0.16.0"
version = "0.17.0"
authors = ["Apache Avro team <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion 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.16.0", path = "../avro_derive", optional = true }
apache-avro-derive = { default-features = false, version = "0.17.0", path = "../avro_derive", optional = true }
bzip2 = { default-features = false, version = "0.4.4", optional = true }
crc32fast = { default-features = false, version = "1.3.2", optional = true }
digest = { default-features = false, version = "0.10.7", features = ["core-api"] }
Expand Down

0 comments on commit b7b7cb9

Please sign in to comment.