Skip to content

Commit

Permalink
fixup! Add proper CI job for building with minimum dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
d-e-s-o committed Nov 9, 2023
1 parent bf5880b commit b4175b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ futures = {version = "0.3", default-features = false, features = ["async-await",
num-decimal = {version = "0.2.4", default-features = false, features = ["num-v04"]}
serde_json = {version = "1.0", default-features = false}
tokio = {version = "1.0", default-features = false, features = ["rt"]}
tracing = {version = "0.1", default-features = false, features = ["std"]}
tracing = {version = "0.1.13", default-features = false, features = ["std"]}
tracing-subscriber = {version = "0.3", default-features = false, features = ["ansi", "env-filter", "fmt"]}
uuid = {version = "1.0", features = ["v4"]}
yansi = {version = "0.5", default-features = false}
Expand Down

0 comments on commit b4175b2

Please sign in to comment.