Skip to content

Commit d6243fe

Browse files
committed
Fix version in Cargo.toml
1 parent 0df91df commit d6243fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "cpp-py-format"
3-
version = "0.2.4"
3+
version = "0.3.0"
44
authors = ["Andrew Gaspar <[email protected]>","Joshua Brown <[email protected]>"]
5-
edition = "2018"
5+
edition = "2024"
66

77
[dependencies]
88
glob = "0.3.0"

0 commit comments

Comments
 (0)