Skip to content

Commit

Permalink
chore: Remove cc version pinning (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus23 authored Nov 27, 2024
2 parents dc75b95 + 6da6783 commit a5606c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions 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 @@ -13,7 +13,6 @@ description = "A streaming rpc system based on quic"
rust-version = "1.76"

[dependencies]
cc = "=1.1.31" # enforce cc version, because of /~https://github.com/rust-lang/cc-rs/issues/1278
bincode = { version = "1.3.3", optional = true }
bytes = { version = "1", optional = true }
derive_more = { version = "1.0.0-beta.6", features = ["from", "try_into", "display"] }
Expand Down

0 comments on commit a5606c2

Please sign in to comment.