Skip to content

Commit 0cf3d55

Browse files
committed
cargo release version 0.7.1
1 parent bb81fe7 commit 0cf3d55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

algorithms/linfa-reduction/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ linfa-datasets = { version = "0.7.1", path = "../../datasets", features = [
5555
] }
5656
approx = { version = "0.4" }
5757
mnist = { version = "0.6.0", features = ["download"] }
58-
linfa-trees = { version = "0.7.0", path = "../linfa-trees" }
58+
linfa-trees = { version = "0.7.1", path = "../linfa-trees" }

algorithms/linfa-trees/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "linfa-trees"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
edition = "2018"
55
authors = ["Moss Ebeling <[email protected]>"]
66
description = "A collection of tree-based algorithms"

0 commit comments

Comments
 (0)