Skip to content

Commit 29c6802

Browse files
author
hdlj
committed
Bump to 0.8.0
1 parent 90adaba commit 29c6802

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustling-ontology"
3-
version = "0.7.1"
3+
version = "0.8.0"
44
authors = ["hdlj <[email protected]>"]
55
build = "build.rs"
66

@@ -12,7 +12,7 @@ bincode = "0.8"
1212
rmp-serde = "0.13"
1313
serde = "1.0"
1414
serde_derive = "1.0"
15-
rustling = { git="http://github.com/snipsco/rustling", rev="0.3.0" }
15+
rustling = { git="http://github.com/snipsco/rustling", rev="0.4.0" }
1616
rustling-ontology-moment = { path="moment"}
1717
rustling-ontology-values = { path="values"}
1818
rustling-ontology-rules = { path="rules"}
@@ -26,7 +26,7 @@ bincode = "0.8"
2626
rmp-serde = "0.13"
2727
serde = "1.0"
2828
serde_derive = "1.0"
29-
rustling = { git="http://github.com/snipsco/rustling", rev="0.3.0" }
29+
rustling = { git="http://github.com/snipsco/rustling", rev="0.4.0" }
3030
rustling-ontology-values = { path="values"}
3131
rustling-ontology-moment = { path="moment"}
3232
rustling-ontology-rules = { path="rules"}

cli-debug/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustling-cli-debug"
3-
version = "0.7.1"
3+
version = "0.8.0"
44
authors = ["hdlj <[email protected]>", "Mathieu Poumeyrol <[email protected]>"]
55

66
[dependencies]

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 = "rustling-cli"
3-
version = "0.7.1"
3+
version = "0.8.0"
44
authors = ["hdlj <[email protected]>", "Mathieu Poumeyrol <[email protected]>"]
55

66
[dependencies]

moment/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustling-ontology-moment"
3-
version = "0.7.1"
3+
version = "0.8.0"
44
authors = ["hdlj <[email protected]>"]
55

66
[dependencies]

rules/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "rustling-ontology-rules"
3-
version = "0.7.1"
3+
version = "0.8.0"
44
authors = ["Mathieu Poumeyrol <[email protected]>"]
55

66
[dependencies]
7-
rustling = { git="http://github.com/snipsco/rustling", rev="0.3.0" }
7+
rustling = { git="http://github.com/snipsco/rustling", rev="0.4.0" }
88
rustling-ontology-moment = { path="../moment"}
99
rustling-ontology-values = { path="../values"}

training/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "rustling-ontology-training"
3-
version = "0.7.1"
3+
version = "0.8.0"
44
authors = ["Mathieu Poumeyrol <[email protected]>"]
55

66
[dependencies]
7-
rustling = { git="http://github.com/snipsco/rustling", rev="0.3.0" }
7+
rustling = { git="http://github.com/snipsco/rustling", rev="0.4.0" }
88
rustling-ontology-values = { path="../values" }
99
rustling-ontology-rules = { path="../rules" }
1010
rustling-ontology-moment = { path = "../moment" }

values/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "rustling-ontology-values"
3-
version = "0.7.1"
3+
version = "0.8.0"
44
authors = ["Mathieu Poumeyrol <[email protected]>"]
55

66
[dependencies]
77
rustling-ontology-moment = { path="../moment"}
8-
rustling = { git="http://github.com/snipsco/rustling", rev="0.3.0" }
8+
rustling = { git="http://github.com/snipsco/rustling", rev="0.4.0" }

0 commit comments

Comments
 (0)