Skip to content

Commit

Permalink
No need to version anchor on libc
Browse files Browse the repository at this point in the history
  • Loading branch information
nyospe committed Mar 18, 2024
1 parent f2c6a14 commit 76013aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ futures-util = "0.3.30"
http = "1.0.0"
include_dir = "0.7"
lazy_static = "1.4"
libc = "0.2.151"
libc = "0.2"
markdown = "0.3"
maud = { version = "0.26", features = ["tide"] }
num-derive = "0.4"
Expand Down

0 comments on commit 76013aa

Please sign in to comment.