Skip to content

Commit 594f207

Browse files
committed
Merge pull request #36 from autumnai/0.1.2
0.1.2
2 parents 89c31a9 + 6cdc0ec commit 594f207

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "leaf"
33
description = "Machine Learning Framework"
4-
version = "0.1.1"
4+
version = "0.1.2"
55
authors = [
66
"Maximilian Goisser <max@autumnai.com>",
77
"Michael Hirn <mj@autumnai.com>"
@@ -15,7 +15,7 @@ license = "MIT"
1515

1616
[dependencies]
1717
phloem = "~0.3.0"
18-
collenchyma = "~0.0.3"
18+
collenchyma = "= 0.0.3"
1919

2020
log = "0.3.2"
2121

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ For more information,
5454
If you're using Cargo, just add Leaf to your Cargo.toml:
5555

5656
[dependencies]
57-
leaf = "0.1.1"
57+
leaf = "0.1.2"
5858

5959
If you're using [Cargo Edit][cargo-edit], you can
6060
call:

0 commit comments

Comments
 (0)