Skip to content

Commit

Permalink
Bug 1852209 - Switch to bitflags 2 r=supply-chain-reviewers,emilio
Browse files Browse the repository at this point in the history
We currently are using a fake bitflags 2, derived from bitflags 1. More
and more crates are using it, and we're at a sweet spot where flipping
things around makes sense: using a fake bitflags 1, derived from
bitflags 2.

Differential Revision: https://phabricator.services.mozilla.com/D189316
  • Loading branch information
glandium committed Sep 27, 2023
1 parent e963564 commit 1ce8324
Show file tree
Hide file tree
Showing 56 changed files with 4,436 additions and 2,271 deletions.
91 changes: 47 additions & 44 deletions Cargo.lock

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

7 changes: 2 additions & 5 deletions build/rust/bitflags/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
[package]
name = "bitflags"
version = "2.999.999"
version = "1.999.999"
edition = "2018"
license = "MIT/Apache-2.0"

[lib]
path = "lib.rs"

[features]
serde = []

[dependencies.bitflags]
version = "1.0"
version = "2"
Loading

0 comments on commit 1ce8324

Please sign in to comment.