Skip to content

Commit a5f99b9

Browse files
author
hdlj
committed
bump rustling to 0.3.0
1 parent c0d58c7 commit a5f99b9

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.2.0" }
15+
rustling = { git="http://github.com/snipsco/rustling", rev="0.3.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.2.0" }
29+
rustling = { git="http://github.com/snipsco/rustling", rev="0.3.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
@@ -4,7 +4,7 @@ version = "0.4.0"
44
authors = ["hdlj <[email protected]>", "Mathieu Poumeyrol <[email protected]>"]
55

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

rules/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ version = "0.4.0"
44
authors = ["Mathieu Poumeyrol <[email protected]>"]
55

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

training/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.4.0"
44
authors = ["Mathieu Poumeyrol <[email protected]>"]
55

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

values/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ authors = ["Mathieu Poumeyrol <[email protected]>"]
55

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

0 commit comments

Comments
 (0)