Skip to content

Commit 984b168

Browse files
LucasLLCfacebook-github-bot
authored andcommitted
upgrade pyo3 to 0.24.2 (#279)
Summary: Pull Request resolved: #279 https://fb.workplace.com/groups/rust.language/permalink/28699741566314419/ Attempting an upgrade -- assuming I don't need to change .coml files since they are auto-generated ? Reviewed By: suo Differential Revision: D76740310 fbshipit-source-id: 880b734e7b12be42fe2d680d58f8be346595ec19
1 parent c96051e commit 984b168

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

torch-sys-cuda/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ torch-sys = { version = "0.0.0", path = "../torch-sys" }
1919

2020
[build-dependencies]
2121
cxx-build = "1.0.119"
22-
pyo3-build-config = "0.22.6"
22+
pyo3-build-config = "0.24.2"
2323

2424
[features]
2525
cuda = []

torch-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ bincode = "1.3.3"
3030
[build-dependencies]
3131
bindgen = "0.70.1"
3232
cxx-build = "1.0.119"
33-
pyo3-build-config = "0.22.6"
33+
pyo3-build-config = "0.24.2"
3434

3535
[features]
3636
cuda = ["dep:nccl-sys"]

0 commit comments

Comments
 (0)