Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
Merge pull request #103 from cgwalters/bitflags-lower
Browse files Browse the repository at this point in the history
lib: Lower bitflags requirement to just "1"
  • Loading branch information
cgwalters authored Sep 27, 2021
2 parents 104bcfc + 16a5338 commit bf17787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ version = "0.4.0-alpha.0"
anyhow = "1.0"
async-compression = { version = "0.3", features = ["gzip", "tokio"] }
bytes = "1.0.1"
bitflags = "1.3.2"
bitflags = "1"
camino = "1.0.4"
cjson = "0.1.1"
flate2 = { features = ["zlib"], default_features = false, version = "1.0.20" }
Expand Down

0 comments on commit bf17787

Please sign in to comment.