Skip to content

Commit 95ed5c6

Browse files
committed
fix: Set Rust edition to 2021 for compatibility - v.0.1.1-beta
1 parent 2611d95 commit 95ed5c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyspector/_rust_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "_rust_core"
33
version = "0.1.1"
4-
edition = "2025"
4+
edition = "2021"
55

66
[lib]
77
name = "_rust_core"

0 commit comments

Comments
 (0)