Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ tracing-futures = "0.2.4"
tracing-subscriber = { version = "0.3.3", features = ["env-filter"] }
validit = { version = "0.2.2" }

# make minimal versions happy
rust_decimal = "1.17"

[workspace]

resolver = "2"
Expand Down
3 changes: 3 additions & 0 deletions openraft/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ tracing = { workspace = true }
tracing-futures = { workspace = true }
validit = { workspace = true }

# make minimal versions happy
rust_decimal = { workspace = true }


[dev-dependencies]
anyhow = { workspace = true }
Expand Down