Skip to content

Commit

Permalink
fix(nimtable): update cargo toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Li0k committed Oct 14, 2024
1 parent 35705be commit 1e11034
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@ getrandom = { git = "https://github.com/madsim-rs/getrandom.git", rev = "e79a7ae
# Don't patch `tokio-stream`, but only use the madsim version for **direct** dependencies.
# Imagine an unpatched dependency depends on the original `tokio` and the patched `tokio-stream`.
# tokio-stream = { git = "https://github.com/madsim-rs/tokio.git", rev = "0dd1055" }
sqlx = { git = "https://github.com/kwannoel/sqlx.git", rev = "a82a94e31d04b219a67cedcf6b30dc26fb39ba1f" }
tokio-retry = { git = "https://github.com/madsim-rs/rust-tokio-retry.git", rev = "95e2fd3" }
tokio-postgres = { git = "https://github.com/madsim-rs/rust-postgres.git", rev = "ac00d88" }
# NOTE(kwannoel): patch sqlx to use a version compatible with madsim.
Expand Down

0 comments on commit 1e11034

Please sign in to comment.