We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89c31a9 + 6cdc0ec commit 594f207Copy full SHA for 594f207
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "leaf"
3
description = "Machine Learning Framework"
4
-version = "0.1.1"
+version = "0.1.2"
5
authors = [
6
"Maximilian Goisser <max@autumnai.com>",
7
"Michael Hirn <mj@autumnai.com>"
@@ -15,7 +15,7 @@ license = "MIT"
15
16
[dependencies]
17
phloem = "~0.3.0"
18
-collenchyma = "~0.0.3"
+collenchyma = "= 0.0.3"
19
20
log = "0.3.2"
21
README.md
@@ -54,7 +54,7 @@ For more information,
54
If you're using Cargo, just add Leaf to your Cargo.toml:
55
56
57
- leaf = "0.1.1"
+ leaf = "0.1.2"
58
59
If you're using [Cargo Edit][cargo-edit], you can
60
call:
0 commit comments