File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rina-pp-pyb"
3
- version = " 1.0.3 "
3
+ version = " 1.0.4 "
4
4
edition = " 2021"
5
5
authors = [" Max Ohn <ohn.m@hotmail.de>" , " Simon G." ]
6
6
license = " MIT"
@@ -14,7 +14,7 @@ crate-type = ["cdylib"]
14
14
15
15
[dependencies ]
16
16
pyo3 = { version = " 0.21" , features = [" extension-module" , " macros" ] }
17
- rina-pp = { version = " 0.9.27 " , git = " https://github.com/osuthailand/rina-pp-sys" , features = [" sync" ] }
17
+ rina-pp = { version = " 1.0.0 " , git = " https://github.com/osuthailand/rina-pp-sys" , features = [" sync" ] }
18
18
openssl = { version = " 0.10.40" , features = [" vendored" ] }
19
19
20
20
[profile .release ]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "maturin"
4
4
5
5
[project ]
6
6
name = " rina-pp-pyb"
7
- version = " 1.0.3 "
7
+ version = " 1.0.4 "
8
8
requires-python = " >=3.7"
9
9
description = " Difficulty and performance calculation for osu!"
10
10
classifiers = [
You can’t perform that action at this time.
0 commit comments