Skip to content

Commit f23ea5e

Browse files
committed
Add bitflags
1 parent ec36489 commit f23ea5e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compiler/codegen/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ rustpython-ast = { path = "../ast", features = ["unparse"] }
1212
rustpython-compiler-core = { path = "../core", version = "0.1.1" }
1313

1414
ahash = "0.7.6"
15+
bitflags = "1.3.2"
1516
indexmap = "1.8.1"
1617
itertools = "0.10.3"
1718
log = "0.4.16"

0 commit comments

Comments
 (0)