From 25eaf84f4f9656ac903711ce4b6ddd79add0cf74 Mon Sep 17 00:00:00 2001 From: fluencebot Date: Mon, 30 Sep 2024 13:57:57 +0000 Subject: [PATCH] chore: Bump nox version to 0.28.1 --- Cargo.lock | 2 +- nox/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 085dc5a43e..aa05365991 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5854,7 +5854,7 @@ version = "0.1.0" [[package]] name = "nox" -version = "0.28.0" +version = "0.28.1" dependencies = [ "air-interpreter-fs", "air-interpreter-wasm", diff --git a/nox/Cargo.toml b/nox/Cargo.toml index fc9cc62177..ec526b20de 100644 --- a/nox/Cargo.toml +++ b/nox/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nox" -version = "0.28.0" +version = "0.28.1" authors = ["Fluence DAO", "Cloudless Labs"] description = "Node implementing peer functionality in the Fluence p2p network" edition = "2021"