From 3bd0447fb794e3dac2f45022a0206011b0cff473 Mon Sep 17 00:00:00 2001 From: fluencebot Date: Wed, 17 Apr 2024 14:18:44 +0000 Subject: [PATCH] chore: Bump nox version to 0.24.0 --- Cargo.lock | 2 +- nox/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6d4134ba46..17e9653d77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5786,7 +5786,7 @@ version = "0.1.0" [[package]] name = "nox" -version = "0.23.6" +version = "0.24.0" dependencies = [ "air-interpreter-fs", "air-interpreter-wasm", diff --git a/nox/Cargo.toml b/nox/Cargo.toml index 8265c00d1c..c4de9d0cec 100644 --- a/nox/Cargo.toml +++ b/nox/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nox" -version = "0.23.6" +version = "0.24.0" authors = ["Fluence Labs"] description = "Node implementing peer functionality in the Fluence p2p network" edition = "2021"