Bumped RNS dependency to latest release version

This commit is contained in:
Mark Qvist 2024-05-11 13:17:26 +02:00
parent 168f91908e
commit cca430ca18

View File

@ -8,7 +8,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.7"
rns = ">=0.6.0"
rns = ">=0.7.4"
[tool.poetry.scripts]
rnsh = 'rnsh.rnsh:rnsh_cli'