Skip to content

Commit 27c4ea2

Browse files
committed
bump version 0.1.3
1 parent b8934de commit 27c4ea2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kornia-rs"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2021"
55
description = "Low-level computer vision library in Rust"
66
homepage = "http://kornia.org"
@@ -31,6 +31,7 @@ tempfile = "3.9.0"
3131
rayon = "1.10.0"
3232
rerun = "0.14.1"
3333
walkdir = "2.5.0"
34+
packed_simd = "0.3.9"
3435

3536

3637
[features]

kornia-py/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "kornia-py"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)