Skip to content

Commit 53e97ca

Browse files
committed
release 0.22.1
1 parent 88246b2 commit 53e97ca

File tree

25 files changed

+48
-48
lines changed

25 files changed

+48
-48
lines changed

Cargo.toml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -218,30 +218,30 @@ walkdir = "2.3.2"
218218
writeable = "0.6.0"
219219
zerofrom = "0.1.5"
220220
zerotrie = "0.2.1"
221-
tract-api = { version = "0.22.1-pre", path = 'api' }
222-
tract-core = { version = "0.22.1-pre", path = 'core' }
223-
tract-cuda = { version = "0.22.1-pre", path = 'cuda' }
224-
tract-data = { version = "0.22.1-pre", path = 'data' }
225-
tract-extra = { version = "0.22.1-pre", path = 'extra' }
226-
tract-gpu = { version = "0.22.1-pre", path = 'gpu' }
227-
tract-hir = { version = "0.22.1-pre", path = 'hir' }
228-
tract-libcli = { version = "0.22.1-pre", path = 'libcli' }
229-
tract-linalg = { version = "0.22.1-pre", path = 'linalg' }
230-
tract-metal = { version = "0.22.1-pre", path = 'metal' }
231-
tract-nnef-resources = { version = "0.22.1-pre", path = 'nnef/nnef-resources' }
232-
tract-nnef = { version = "0.22.1-pre", path = 'nnef' }
233-
tract-onnx-opl = { version = "0.22.1-pre", path = 'onnx-opl' }
234-
tract-onnx = { version = "0.22.1-pre", path = 'onnx' }
235-
tract-pulse-opl = { version = "0.22.1-pre", path = 'pulse-opl' }
236-
tract-pulse = { version = "0.22.1-pre", path = 'pulse' }
237-
tract-tensorflow = { version = "0.22.1-pre", path = 'tensorflow' }
238-
tract-tflite = { version = "0.22.1-pre", path = 'tflite' }
239-
tract-transformers = { version = "0.22.1-pre", path = 'transformers' }
240-
tract-rs = { version = "0.22.1-pre", path = 'api/rs' }
241-
tract-proxy = { version = "0.22.1-pre", path = 'api/proxy' }
242-
tract-proxy-sys = { version = "0.22.1-pre", path = 'api/proxy/sys' }
243-
tract-ffi = { version = "0.22.1-pre" }
244-
tract = { version = "0.22.1-pre" }
221+
tract-api = { version = "=0.22.1", path = 'api' }
222+
tract-core = { version = "=0.22.1", path = 'core' }
223+
tract-cuda = { version = "=0.22.1", path = 'cuda' }
224+
tract-data = { version = "=0.22.1", path = 'data' }
225+
tract-extra = { version = "=0.22.1", path = 'extra' }
226+
tract-gpu = { version = "=0.22.1", path = 'gpu' }
227+
tract-hir = { version = "=0.22.1", path = 'hir' }
228+
tract-libcli = { version = "=0.22.1", path = 'libcli' }
229+
tract-linalg = { version = "=0.22.1", path = 'linalg' }
230+
tract-metal = { version = "=0.22.1", path = 'metal' }
231+
tract-nnef-resources = { version = "=0.22.1", path = 'nnef/nnef-resources' }
232+
tract-nnef = { version = "=0.22.1", path = 'nnef' }
233+
tract-onnx-opl = { version = "=0.22.1", path = 'onnx-opl' }
234+
tract-onnx = { version = "=0.22.1", path = 'onnx' }
235+
tract-pulse-opl = { version = "=0.22.1", path = 'pulse-opl' }
236+
tract-pulse = { version = "=0.22.1", path = 'pulse' }
237+
tract-tensorflow = { version = "=0.22.1", path = 'tensorflow' }
238+
tract-tflite = { version = "=0.22.1", path = 'tflite' }
239+
tract-transformers = { version = "=0.22.1", path = 'transformers' }
240+
tract-rs = { version = "=0.22.1", path = 'api/rs' }
241+
tract-proxy = { version = "=0.22.1", path = 'api/proxy' }
242+
tract-proxy-sys = { version = "=0.22.1", path = 'api/proxy/sys' }
243+
tract-ffi = { version = "=0.22.1" }
244+
tract = { version = "=0.22.1" }
245245

246246

247247
[profile.opt-no-lto]

api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tract-api"
3-
version = "0.22.1-pre"
3+
version = "0.22.1"
44
license = "MIT OR Apache-2.0"
55
authors = ["Mathieu Poumeyrol <kali@zoy.org>"]
66
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"

api/ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tract-ffi"
3-
version = "0.22.1-pre"
3+
version = "0.22.1"
44
license = "MIT OR Apache-2.0"
55
authors = ["Mathieu Poumeyrol <kali@zoy.org>"]
66
description = "Tiny, no-nonsense, self contained, neural network inference"

api/proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tract-proxy"
3-
version = "0.22.1-pre"
3+
version = "0.22.1"
44
license = "MIT OR Apache-2.0"
55
authors = ["Mathieu Poumeyrol <kali@zoy.org>"]
66
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"

api/proxy/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 = "tract-proxy-sys"
3-
version = "0.22.1-pre"
3+
version = "0.22.1"
44
license = "MIT OR Apache-2.0"
55
authors = ["Mathieu Poumeyrol <kali@zoy.org>"]
66
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"

api/rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tract-rs"
3-
version = "0.22.1-pre"
3+
version = "0.22.1"
44
license = "MIT OR Apache-2.0"
55
authors = ["Mathieu Poumeyrol <kali@zoy.org>"]
66
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tract"
3-
version = "0.22.1-pre"
3+
version = "0.22.1"
44
authors = [ "Romain Liautaud <romain.liautaud@snips.ai>", "Mathieu Poumeyrol <kali@zoy.org>"]
55
license = "MIT OR Apache-2.0"
66
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tract-core"
3-
version = "0.22.1-pre"
3+
version = "0.22.1"
44
license = "MIT OR Apache-2.0"
55
authors = ["Mathieu Poumeyrol <kali@zoy.org>"]
66
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"

cuda/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tract-cuda"
3-
version = "0.22.1-pre"
3+
version = "0.22.1"
44
license = "MIT OR Apache-2.0"
55
authors = [
66
"Louis Chouraki <louis.chouraki@sonos.com>",

data/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tract-data"
3-
version = "0.22.1-pre"
3+
version = "0.22.1"
44
license = "MIT OR Apache-2.0"
55
authors = ["Mathieu Poumeyrol <kali@zoy.org>"]
66
description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"

0 commit comments

Comments
 (0)