Skip to content

Commit

Permalink
[NO_JIRA] [Rust] Use serde as a workspace dependency
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 Aug 13, 2024
1 parent b485023 commit 7f509be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lang/rust/avro_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ syn = { default-features = false, version = "2.0.74", features = ["full", "fold"
[dev-dependencies]
apache-avro = { default-features = false, path = "../avro", features = ["derive"] }
proptest = { default-features = false, version = "1.5.0", features = ["std"] }
serde = { default-features = false, version = "1.0.206", features = ["derive"] }
serde = { workspace = true }


[package.metadata.docs.rs]
Expand Down
2 changes: 1 addition & 1 deletion lang/rust/wasm-demo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
apache-avro = { path = "../avro" }
serde = { default-features = false, version = "1.0.206", features = ["derive"] }
serde = { workspace = true }
wasm-bindgen = "0.2.92"

[dev-dependencies]
Expand Down

0 comments on commit 7f509be

Please sign in to comment.