Skip to content

Commit

Permalink
try with latest libc
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Nov 29, 2024
1 parent b5dd89d commit a3f89bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rattler_sandbox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition.workspace = true
readme.workspace = true

[dependencies]
birdcage = { git = "https://github.com/wolfv/birdcage", branch = "musl" }
birdcage = "0.8.1"
clap = { workspace = true, features = ["derive"] }
fs-err = { workspace = true }
tokio = { workspace = true, optional = true, features = ["process"]}

0 comments on commit a3f89bf

Please sign in to comment.