Skip to content

Commit 7865cac

Browse files
committed
Add unparse feature to ast
1 parent a933076 commit 7865cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ edition = "2018"
1111
indexmap = "1.0"
1212
itertools = "0.10.0"
1313
rustpython-bytecode = { path = "../bytecode", version = "0.1.1" }
14-
rustpython-ast = { path = "../ast" }
14+
rustpython-ast = { path = "../ast", features = ["unparse"] }
1515
num-complex = { version = "0.4.0", features = ["serde"] }
1616
num-traits = "0.2"
1717
log = "0.4"

0 commit comments

Comments
 (0)