Skip to content

Commit e5dba58

Browse files
update version
1 parent 11fe5f5 commit e5dba58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/rust/helloworldipc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
neutralipcrs = "1.3.0-beta1"
7+
neutralipcrs = ">=1.3.0, <1.4.0"
88
serde_json = "1.0"

examples/rust/pwa-actix-ipc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
neutralipcrs = "1.3.0-beta1"
7+
neutralipcrs = ">=1.3.0, <1.4.0"
88
actix-web = "4.4"
99
actix-files = "0.6"
1010
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)