Skip to content

Commit

Permalink
Replace wildcard with version in dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Apr 8, 2024
1 parent f532a88 commit 2ff661b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ serde = { version = "1.0.197", features = ["derive"] }
bip39 = "2.0.0"
chia-consensus = "0.6.0"
once_cell = "1.19.0"
sqlx = { version = "*", features = ["runtime-tokio", "sqlite"] }
tokio = {version = "*", features = ["full"] }
sqlx = { version = "0.7.4", features = ["runtime-tokio", "sqlite"] }
tokio = { version = "1.33.0", features = ["full"] }

0 comments on commit 2ff661b

Please sign in to comment.