Skip to content

Commit a3c670b

Browse files
authored
Fix example_projects
1 parent cdbeccb commit a3c670b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example_projects/frozen_stdlib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
[dependencies]
77
rustpython = { path = "../../", default-features = false, features = ["freeze-stdlib"] }
88
rustpython-vm = { path = "../../vm", default-features = false, features = ["freeze-stdlib"] }
9-
rustpython-pylib = { path = "../../crates/rustpython_pylib", default-features = false, features = ["freeze-stdlib"] }
9+
rustpython-pylib = { path = "../../crates/pylib", default-features = false, features = ["freeze-stdlib"] }
1010

1111
[workspace]
1212

0 commit comments

Comments
 (0)