From 8be0eb6cfb48f295fcff4b8b26d2699c2f755c95 Mon Sep 17 00:00:00 2001 From: fluencebot Date: Mon, 18 Mar 2024 12:27:52 +0000 Subject: [PATCH] chore: Bump nox version to 0.23.5 --- Cargo.lock | 2 +- nox/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ddbfac4878..33d9528d0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5607,7 +5607,7 @@ version = "0.1.0" [[package]] name = "nox" -version = "0.23.4" +version = "0.23.5" dependencies = [ "air-interpreter-fs", "air-interpreter-wasm", diff --git a/nox/Cargo.toml b/nox/Cargo.toml index fb0e7c7df3..247889533b 100644 --- a/nox/Cargo.toml +++ b/nox/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nox" -version = "0.23.4" +version = "0.23.5" authors = ["Fluence Labs"] description = "Node implementing peer functionality in the Fluence p2p network" edition = "2021"