Skip to content

Commit f74fde3

Browse files
committed
fix regression
1 parent 3983c94 commit f74fde3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "xmodits_py"
33
authors = ["B0ney - https://github.com/B0ney"]
44
description = "Extract samples from tracker modules. Supports IT, XM, S3M, MOD, UMX, MPTM"
5-
version = "0.3.4"
5+
version = "0.3.5"
66
edition = "2021"
77
license = "LGPLv3"
88
readme = "README.md"
@@ -15,7 +15,7 @@ crate-type = ["cdylib"]
1515

1616
[dependencies.xmodits-lib]
1717
git = "https://github.com/B0ney/xmodits-lib"
18-
rev = "6f4da08"
18+
rev = "771c354"
1919

2020
[dependencies.pyo3]
2121
version = "0.19.1"

0 commit comments

Comments
 (0)