Skip to content

Commit f38eec0

Browse files
authored
chore: bump versions to 0.1.16 (#1689)
1 parent a44f39a commit f38eec0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

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

crates/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "freenet"
3-
version = "0.1.15"
3+
version = "0.1.16"
44
edition = "2021"
55
rust-version = "1.80"
66
publish = true

crates/core/tests/operations.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ async fn test_multiple_clients_subscription() -> TestResult {
664664
// Wait for put response
665665
loop {
666666
let resp =
667-
tokio::time::timeout(Duration::from_secs(120), client_api1_node_a.recv()).await;
667+
tokio::time::timeout(Duration::from_secs(180), client_api1_node_a.recv()).await;
668668
match resp {
669669
Ok(Ok(HostResponse::ContractResponse(ContractResponse::PutResponse { key }))) => {
670670
assert_eq!(key, contract_key, "Contract key mismatch in PUT response");

crates/fdev/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fdev"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition = "2021"
55
rust-version = "1.80"
66
publish = true

0 commit comments

Comments
 (0)