From 2e9419f889279c27d3b868704a0c930a0720ab80 Mon Sep 17 00:00:00 2001 From: Aaron Heise <5148966+acehoss@users.noreply.github.com> Date: Sat, 20 May 2023 06:18:12 -0500 Subject: [PATCH] Updating RNS dependency Candidate #20 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 50297c7..cb900ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rnsh" -version = "0.1.0" +version = "0.1.1" description = "Shell over Reticulum" authors = ["acehoss "] license = "MIT" @@ -9,7 +9,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.7" docopt = "^0.6.2" -rns = "^0.5.2" +rns = "^0.5.3" # rns = { git = "https://github.com/acehoss/Reticulum.git", branch = "feature/channel" } # rns = { path = "../Reticulum/", develop = true } tomli = "^2.0.1"