Skip to content

Commit 358e6c8

Browse files
committed
updated to warg release v0.4.2
1 parent 4b217b0 commit 358e6c8

3 files changed

Lines changed: 33 additions & 30 deletions

File tree

Cargo.lock

Lines changed: 27 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -71,16 +71,11 @@ wat = "1.202.0"
7171
logos = "0.14.0"
7272
miette = "7.2.0"
7373
thiserror = "1.0.58"
74-
warg-protocol = { git = "https://github.com/calvinrp/bytecodealliance-registry", rev = "3eb6368" }
75-
warg-crypto = { git = "https://github.com/calvinrp/bytecodealliance-registry", rev = "3eb6368" }
76-
warg-client = { git = "https://github.com/calvinrp/bytecodealliance-registry", rev = "3eb6368" }
77-
warg-credentials = { git = "https://github.com/calvinrp/bytecodealliance-registry", rev = "3eb6368" }
78-
warg-server = { git = "https://github.com/calvinrp/bytecodealliance-registry", rev = "3eb6368" }
79-
#warg-client = "0.4.1"
80-
#warg-protocol = "0.4.1"
81-
#warg-crypto = "0.4.1"
82-
#warg-server = "0.4.1"
83-
#warg-credentials = "0.4.1"
74+
warg-client = "0.4.2"
75+
warg-protocol = "0.4.2"
76+
warg-crypto = "0.4.2"
77+
warg-server = "0.4.2"
78+
warg-credentials = "0.4.2"
8479
secrecy = "0.8.0"
8580
futures = "0.3.30"
8681
indicatif = "0.17.8"

crates/wac-resolver/tests/support/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ pub async fn spawn_server(root: &Path) -> Result<(ServerInstance, warg_client::C
151151
keys: Default::default(),
152152
ignore_federation_hints: false,
153153
auto_accept_federation_hints: false,
154-
disable_dialoguer: true,
154+
disable_interactive: true,
155155
};
156156

157157
Ok((instance, config))

0 commit comments

Comments
 (0)