rs: Bump cln crate versions to 0.1.1

This commit is contained in:
Christian Decker
2022-11-11 18:18:41 +01:00
parent d2dae46de9
commit 2e270ea7d3
4 changed files with 129 additions and 111 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "cln-plugin"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "MIT"
repository = "https://github.com/ElementsProject/lightning/tree/master/plugins"
@@ -20,7 +20,7 @@ tokio-util = { version = "0.6.9", features = ["codec"] }
tokio = { version="1", features = ['io-std', 'rt', 'sync', 'macros', 'io-util'] }
tokio-stream = "0.1"
futures = "0.3"
cln-rpc = { path = "../cln-rpc", version = "0.1.0" }
cln-rpc = { path = "../cln-rpc", version = "^0.1" }
env_logger = "0.9"
[dev-dependencies]