Skip to content

Commit 3efaeb9

Browse files
committed
fix path for example project
1 parent c7654ca commit 3efaeb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 = "../../pylib", default-features = false, features = ["freeze-stdlib"] }
9+
rustpython-pylib = { path = "../../crates/rustpython_pylib", default-features = false, features = ["freeze-stdlib"] }
1010

1111
[workspace]
1212

0 commit comments

Comments
 (0)