Skip to content

Commit

Permalink
v1.11.0-rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
amerelo committed Jun 10, 2022
1 parent 8caf111 commit d76d92a
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bindings/android/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
csml_engine = {version = "1.11.0-rc4", path = "../../csml_engine", features = ["mongo"]}
csml_engine = {version = "1.11.0-rc5", path = "../../csml_engine", features = ["mongo"]}
csml_interpreter = "1.8.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion bindings/ios/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "csmllib"
crate-type = ["staticlib"]

[dependencies]
csml_engine = {version = "1.11.0-rc4", path = "../../csml_engine", features = ["mongo"]}
csml_engine = {version = "1.11.0-rc5", path = "../../csml_engine", features = ["mongo"]}
csml_interpreter = "1.8.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
6 changes: 3 additions & 3 deletions bindings/node/native/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "csml_engine_node"
version = "1.11.0-rc4"
version = "1.11.0-rc5"
authors = ["Alexis Merelo <[email protected]>"]
license = "MIT"
build = "build.rs"
Expand All @@ -17,7 +17,7 @@ neon-build = "0.4.0"
[dependencies]
neon = "0.4.0"
neon-serde = "0.4.0"
csml_engine = { version = "1.11.0-rc4", path = "../../../csml_engine", features = ["mongo", "postgresql", "dynamo"]}
csml_interpreter = { version = "1.11.0-rc4", path = "../../../csml_interpreter"}
csml_engine = { version = "1.11.0-rc5", path = "../../../csml_engine", features = ["mongo", "postgresql", "dynamo"]}
csml_interpreter = { version = "1.11.0-rc5", path = "../../../csml_interpreter"}
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
4 changes: 2 additions & 2 deletions csml_engine/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "csml_engine"
version = "1.11.0-rc4"
version = "1.11.0-rc5"
authors = [
"Alexis Merelo <[email protected]>",
"François Falala-Sechet <[email protected]>",
Expand Down Expand Up @@ -75,7 +75,7 @@ features = ["rustls"]
optional = true

[dependencies]
csml_interpreter = { version = "1.11.0-rc4", path = "../csml_interpreter" }
csml_interpreter = { version = "1.11.0-rc5", path = "../csml_interpreter" }
multimap = "0.8.3"
md-5 = "0.10.0"
chrono = { version = "0.4.19", features = ["serde"]}
Expand Down
2 changes: 1 addition & 1 deletion csml_interpreter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "csml_interpreter"
version = "1.11.0-rc4"
version = "1.11.0-rc5"
authors = [
"Alexis Merelo <[email protected]>",
"François Falala-Sechet <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion csml_server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "csml_server"
version = "1.11.0-rc4"
version = "1.11.0-rc5"
authors = ["François Falala-Sechet <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit d76d92a

Please sign in to comment.