Skip to content

Commit 40f599f

Browse files
authored
fix: specify rust-version in crate metadata (#3)
1 parent cc5293e commit 40f599f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ readme = "README.md"
77
repository = "https://github.com/jvllmr/rustpython-unparser"
88
description = "A complete unparser for RustPython ASTs"
99
license-file = "LICENSE"
10+
rust-version = "1.72.1"
1011

1112
[dependencies]
1213
rustpython-ast = { version = ">=0.4.0" }

0 commit comments

Comments
 (0)