Skip to content

Commit 4e0f488

Browse files
committed
Bump edition of inline-python crate.
1 parent b6d00e6 commit 4e0f488

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
@@ -3,7 +3,7 @@ name = "inline-python"
33
version = "0.14.1"
44
description = "Inline Python code directly in your Rust code"
55
license = "BSD-2-Clause"
6-
edition = "2018"
6+
edition = "2024"
77
repository = "https://github.com/m-ou-se/inline-python"
88
keywords = ["python", "inline", "embed", "macro"]
99
autoexamples = false

0 commit comments

Comments
 (0)