Skip to content

Commit

Permalink
Minor: [Rust] Fix the dependency version of apache-avro-test-helper
Browse files Browse the repository at this point in the history
  • Loading branch information
sarutak committed Sep 27, 2023
1 parent b7b7cb9 commit fc151a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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/avro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ rand = { default-features = false, version = "0.8.5", features = ["default"] }

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

0 comments on commit fc151a7

Please sign in to comment.