We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11fe5f5 commit e5dba58Copy full SHA for e5dba58
examples/rust/helloworldipc/Cargo.toml
@@ -4,5 +4,5 @@ version = "0.1.0"
4
edition = "2021"
5
6
[dependencies]
7
-neutralipcrs = "1.3.0-beta1"
+neutralipcrs = ">=1.3.0, <1.4.0"
8
serde_json = "1.0"
examples/rust/pwa-actix-ipc/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
actix-web = "4.4"
9
actix-files = "0.6"
10
serde = { version = "1.0", features = ["derive"] }
0 commit comments