diff --git a/Cargo.toml b/Cargo.toml index b8721a55d2..7132366367 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -194,27 +194,27 @@ time-macros = "0.2.10" tokenizers = "0.19" unicode-normalization = "0.1.19" walkdir = "2.3.2" -tract-api = { version = "0.21.9-pre", path = 'api' } -tract-core = { version = "0.21.9-pre", path = 'core' } -tract-data = { version = "0.21.9-pre", path = 'data' } -tract-extra = { version = "0.21.9-pre", path = 'extra' } -tract-hir = { version = "0.21.9-pre", path = 'hir' } -tract-libcli = { version = "0.21.9-pre", path = 'libcli' } -tract-linalg = { version = "0.21.9-pre", path = 'linalg' } -tract-metal = { version = "0.21.9-pre", path = 'metal' } -tract-nnef-resources = { version = "0.21.9-pre", path = 'nnef/nnef-resources' } -tract-nnef = { version = "0.21.9-pre", path = 'nnef' } -tract-onnx-opl = { version = "0.21.9-pre", path = 'onnx-opl' } -tract-onnx = { version = "0.21.9-pre", path = 'onnx' } -tract-pulse-opl = { version = "0.21.9-pre", path = 'pulse-opl' } -tract-pulse = { version = "0.21.9-pre", path = 'pulse' } -tract-tensorflow = { version = "0.21.9-pre", path = 'tensorflow' } -tract-tflite = { version = "0.21.9-pre", path = 'tflite' } -tract-rs = { version = "0.21.9-pre", path = 'api/rs' } -tract-proxy = { version = "0.21.9-pre", path = 'api/proxy' } -tract-proxy-sys = { version = "0.21.9-pre", path = 'api/proxy/sys' } -tract-ffi = { version = "0.21.9-pre" } -tract = { version = "0.21.9-pre" } +tract-api = { version = "0.21.10-pre", path = 'api' } +tract-core = { version = "0.21.10-pre", path = 'core' } +tract-data = { version = "0.21.10-pre", path = 'data' } +tract-extra = { version = "0.21.10-pre", path = 'extra' } +tract-hir = { version = "0.21.10-pre", path = 'hir' } +tract-libcli = { version = "0.21.10-pre", path = 'libcli' } +tract-linalg = { version = "0.21.10-pre", path = 'linalg' } +tract-metal = { version = "0.21.10-pre", path = 'metal' } +tract-nnef-resources = { version = "0.21.10-pre", path = 'nnef/nnef-resources' } +tract-nnef = { version = "0.21.10-pre", path = 'nnef' } +tract-onnx-opl = { version = "0.21.10-pre", path = 'onnx-opl' } +tract-onnx = { version = "0.21.10-pre", path = 'onnx' } +tract-pulse-opl = { version = "0.21.10-pre", path = 'pulse-opl' } +tract-pulse = { version = "0.21.10-pre", path = 'pulse' } +tract-tensorflow = { version = "0.21.10-pre", path = 'tensorflow' } +tract-tflite = { version = "0.21.10-pre", path = 'tflite' } +tract-rs = { version = "0.21.10-pre", path = 'api/rs' } +tract-proxy = { version = "0.21.10-pre", path = 'api/proxy' } +tract-proxy-sys = { version = "0.21.10-pre", path = 'api/proxy/sys' } +tract-ffi = { version = "0.21.10-pre" } +tract = { version = "0.21.10-pre" } [profile.opt-no-lto] diff --git a/api/Cargo.toml b/api/Cargo.toml index 9905fdaf2e..50ad08f9c0 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-api" -version = "0.21.9" +version = "0.21.10-pre" license = "MIT OR Apache-2.0" authors = ["Mathieu Poumeyrol "] description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/api/ffi/Cargo.toml b/api/ffi/Cargo.toml index 266f4809a5..592b39e851 100644 --- a/api/ffi/Cargo.toml +++ b/api/ffi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-ffi" -version = "0.21.9" +version = "0.21.10-pre" license = "MIT OR Apache-2.0" authors = ["Mathieu Poumeyrol "] description = "Tiny, no-nonsense, self contained, neural network inference" diff --git a/api/proxy/Cargo.toml b/api/proxy/Cargo.toml index 15686b3942..1b9c765750 100644 --- a/api/proxy/Cargo.toml +++ b/api/proxy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-proxy" -version = "0.21.9" +version = "0.21.10-pre" license = "MIT OR Apache-2.0" authors = ["Mathieu Poumeyrol "] description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/api/proxy/sys/Cargo.toml b/api/proxy/sys/Cargo.toml index 0ba3777747..5828dea4eb 100644 --- a/api/proxy/sys/Cargo.toml +++ b/api/proxy/sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-proxy-sys" -version = "0.21.9" +version = "0.21.10-pre" license = "MIT OR Apache-2.0" authors = ["Mathieu Poumeyrol "] description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/api/rs/Cargo.toml b/api/rs/Cargo.toml index 1556b1e265..9c19313dab 100644 --- a/api/rs/Cargo.toml +++ b/api/rs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-rs" -version = "0.21.9" +version = "0.21.10-pre" license = "MIT OR Apache-2.0" authors = ["Mathieu Poumeyrol "] description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index cdeaf91e92..80c5376e01 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract" -version = "0.21.9" +version = "0.21.10-pre" authors = [ "Romain Liautaud ", "Mathieu Poumeyrol "] license = "MIT OR Apache-2.0" description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/core/Cargo.toml b/core/Cargo.toml index c9d182c761..d34462b747 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-core" -version = "0.21.9" +version = "0.21.10-pre" license = "MIT OR Apache-2.0" authors = ["Mathieu Poumeyrol "] description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/data/Cargo.toml b/data/Cargo.toml index c898b2b434..54618b69df 100644 --- a/data/Cargo.toml +++ b/data/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-data" -version = "0.21.9" +version = "0.21.10-pre" license = "MIT OR Apache-2.0" authors = ["Mathieu Poumeyrol "] description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/extra/Cargo.toml b/extra/Cargo.toml index 18f6a23f9f..c249c73173 100644 --- a/extra/Cargo.toml +++ b/extra/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-extra" -version = "0.21.9" +version = "0.21.10-pre" license = "MIT OR Apache-2.0" authors = ["Mathieu Poumeyrol "] description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/hir/Cargo.toml b/hir/Cargo.toml index d0a51ec1d6..55244b4e4a 100644 --- a/hir/Cargo.toml +++ b/hir/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-hir" -version = "0.21.9" +version = "0.21.10-pre" license = "MIT OR Apache-2.0" authors = ["Mathieu Poumeyrol "] description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/libcli/Cargo.toml b/libcli/Cargo.toml index d5ffcb220d..eec582f669 100644 --- a/libcli/Cargo.toml +++ b/libcli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-libcli" -version = "0.21.9" +version = "0.21.10-pre" license = "MIT OR Apache-2.0" authors = ["Mathieu Poumeyrol "] description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/linalg/Cargo.toml b/linalg/Cargo.toml index 8ac7108650..0b391d83f9 100644 --- a/linalg/Cargo.toml +++ b/linalg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-linalg" -version = "0.21.9" +version = "0.21.10-pre" license = "MIT OR Apache-2.0" authors = ["Mathieu Poumeyrol "] description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/metal/Cargo.toml b/metal/Cargo.toml index 399fae296c..f51dbcce1e 100644 --- a/metal/Cargo.toml +++ b/metal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-metal" -version = "0.21.9" +version = "0.21.10-pre" license = "MIT OR Apache-2.0" authors = [ "Hubert de La Jonquière ", diff --git a/nnef/Cargo.toml b/nnef/Cargo.toml index f75bf76677..44ef5e9fe7 100644 --- a/nnef/Cargo.toml +++ b/nnef/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-nnef" -version = "0.21.9" +version = "0.21.10-pre" authors = ["Mathieu Poumeyrol "] license = "MIT OR Apache-2.0" description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/nnef/nnef-resources/Cargo.toml b/nnef/nnef-resources/Cargo.toml index f648c3b736..ce605f432a 100644 --- a/nnef/nnef-resources/Cargo.toml +++ b/nnef/nnef-resources/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-nnef-resources" -version = "0.21.9" +version = "0.21.10-pre" authors = [ "Mathieu Poumeyrol ", "Hubert de La Jonquière " diff --git a/onnx-opl/Cargo.toml b/onnx-opl/Cargo.toml index 458ef9e212..778e9f985d 100644 --- a/onnx-opl/Cargo.toml +++ b/onnx-opl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-onnx-opl" -version = "0.21.9" +version = "0.21.10-pre" authors = ["Mathieu Poumeyrol "] license = "MIT OR Apache-2.0" description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/onnx/Cargo.toml b/onnx/Cargo.toml index ad5a16bf4a..6616413878 100644 --- a/onnx/Cargo.toml +++ b/onnx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-onnx" -version = "0.21.9" +version = "0.21.10-pre" authors = ["Mathieu Poumeyrol "] license = "MIT OR Apache-2.0" description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/pulse-opl/Cargo.toml b/pulse-opl/Cargo.toml index cba2ced6eb..72098d94cf 100644 --- a/pulse-opl/Cargo.toml +++ b/pulse-opl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-pulse-opl" -version = "0.21.9" +version = "0.21.10-pre" license = "MIT OR Apache-2.0" authors = ["Mathieu Poumeyrol "] description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/pulse/Cargo.toml b/pulse/Cargo.toml index 5020ee2391..338a455753 100644 --- a/pulse/Cargo.toml +++ b/pulse/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-pulse" -version = "0.21.9" +version = "0.21.10-pre" license = "MIT OR Apache-2.0" authors = ["Mathieu Poumeyrol "] description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/tensorflow/Cargo.toml b/tensorflow/Cargo.toml index c7a6c019b9..fc4c77d857 100644 --- a/tensorflow/Cargo.toml +++ b/tensorflow/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-tensorflow" -version = "0.21.9" +version = "0.21.10-pre" authors = ["Mathieu Poumeyrol "] license = "MIT OR Apache-2.0" description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference" diff --git a/tflite/Cargo.toml b/tflite/Cargo.toml index 776fde3f1c..e1b822ff63 100644 --- a/tflite/Cargo.toml +++ b/tflite/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tract-tflite" -version = "0.21.9" +version = "0.21.10-pre" authors = ["Mathieu Poumeyrol "] license = "MIT OR Apache-2.0" description = "Tiny, no-nonsense, self contained, TensorFlow and ONNX inference"