From a9de5bd89853c179b80e2fda02e46c6f28abf686 Mon Sep 17 00:00:00 2001 From: fluencebot Date: Fri, 20 Sep 2024 15:00:43 +0000 Subject: [PATCH] chore: Bump nox version to 0.27.10 --- Cargo.lock | 2 +- nox/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cbca43cf86..3c137f0a5c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5801,7 +5801,7 @@ version = "0.1.0" [[package]] name = "nox" -version = "0.27.9" +version = "0.27.10" dependencies = [ "air-interpreter-fs", "air-interpreter-wasm", diff --git a/nox/Cargo.toml b/nox/Cargo.toml index 0dea53dd6e..4ce0cc37ad 100644 --- a/nox/Cargo.toml +++ b/nox/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nox" -version = "0.27.9" +version = "0.27.10" authors = ["Fluence DAO", "Cloudless Labs"] description = "Node implementing peer functionality in the Fluence p2p network" edition = "2021"