Skip to content

Commit bf1e983

Browse files
committed
Make compiler/porcelain no_std compatible
1 parent 5f5d36c commit bf1e983

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

compiler/porcelain/Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ description = "A usability wrapper around rustpython-parser and rustpython-compi
55
authors = ["RustPython Team"]
66
edition = "2018"
77

8+
[features]
9+
std = ["rustpython-compiler-core/std", "rustpython-bytecode/std", "rustpython-parser/std"]
10+
default = ["std"]
11+
812
[dependencies]
913
thiserror = "1.0"
1014
rustpython-compiler-core = { path = ".." }

0 commit comments

Comments
 (0)