From 8e58555abda83149b0653411ef7bf0b38d8f160f Mon Sep 17 00:00:00 2001 From: fluencebot Date: Thu, 12 Sep 2024 22:05:11 +0000 Subject: [PATCH] chore: Bump nox version to 0.27.4 --- Cargo.lock | 2 +- nox/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 48cd6011e8..30d954120c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5801,7 +5801,7 @@ version = "0.1.0" [[package]] name = "nox" -version = "0.27.3" +version = "0.27.4" dependencies = [ "air-interpreter-fs", "air-interpreter-wasm", diff --git a/nox/Cargo.toml b/nox/Cargo.toml index 4ac94f41fb..4a4ca05459 100644 --- a/nox/Cargo.toml +++ b/nox/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nox" -version = "0.27.3" +version = "0.27.4" authors = ["Fluence DAO", "Cloudless Labs"] description = "Node implementing peer functionality in the Fluence p2p network" edition = "2021"