Skip to content

Commit 6344f61

Browse files
committed
chore: sync crate versions to 0.3.1 (dlpack-rs + dlpack-sys)
1 parent 7eb7e41 commit 6344f61

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resolver = "2"
66
name = "dlpack-rs"
77
description = "Portable Rust bindings for the DLPack protocol (FFI + safe wrappers + optional pyo3 glue)"
88
repository = "https://github.com/kornia/dlpack-rs"
9-
version = "0.3.0"
9+
version = "0.3.1"
1010
license = "Apache-2.0"
1111
edition = "2021"
1212

@@ -15,5 +15,5 @@ default = []
1515
pyo3 = ["dep:pyo3"]
1616

1717
[dependencies]
18-
dlpack-sys = { path = "dlpack-sys", version = "0.3.0" }
18+
dlpack-sys = { path = "dlpack-sys", version = "0.3.1" }
1919
pyo3 = { version = "0.28", optional = true }

dlpack-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dlpack-sys"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
description = "Auto-generated FFI bindings for DLPack (dmlc/dlpack v1.3) via bindgen"
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)