From 1600cc3d125d1704ec0f55a844ce89b613018ef4 Mon Sep 17 00:00:00 2001 From: fluencebot Date: Fri, 23 Feb 2024 19:01:30 +0000 Subject: [PATCH] chore: Bump nox version to 0.21.0 --- Cargo.lock | 2 +- nox/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 475d473b5d..158b0f8af1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5200,7 +5200,7 @@ version = "0.1.0" [[package]] name = "nox" -version = "0.20.2" +version = "0.21.0" dependencies = [ "air-interpreter-fs", "air-interpreter-wasm", diff --git a/nox/Cargo.toml b/nox/Cargo.toml index 3eba1adcb4..853b228428 100644 --- a/nox/Cargo.toml +++ b/nox/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nox" -version = "0.20.2" +version = "0.21.0" authors = ["Fluence Labs"] description = "Node implementing peer functionality in the Fluence p2p network" edition = "2021"