Skip to content

Commit

Permalink
chore: add version number to eliminate RA warnings
Browse files Browse the repository at this point in the history
Signed-off-by: feathercyc <feathercyc@163.com>
  • Loading branch information
feathercyc authored and lxl66566 committed Aug 27, 2024
1 parent 5b237ff commit b6104b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ derive_builder = "0.20.0"
event-listener = "5.3.1"
futures = "0.3.30"
getset = "0.1"
interval_map = { package = "rb-interval-map" }
interval_map = { version = "0.1", package = "rb-interval-map" }
opentelemetry = { version = "0.24.0", features = ["trace"] }
opentelemetry_sdk = { version = "0.24.1", features = ["trace"] }
parking_lot = { version = "0.12.3", optional = true }
Expand Down

0 comments on commit b6104b6

Please sign in to comment.