From ee779ca26c926b5ad6225c53e247a681beed0209 Mon Sep 17 00:00:00 2001 From: Dr Maxim Orlovsky Date: Fri, 28 Apr 2023 11:55:32 +0200 Subject: [PATCH] release v0.10.1 updating dependencies with bugfixes --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 003664f1..031ccbeb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -693,7 +693,7 @@ dependencies = [ [[package]] name = "rgb-core" -version = "0.10.0" +version = "0.10.1" dependencies = [ "aluvm", "amplify", diff --git a/Cargo.toml b/Cargo.toml index 29b78d04..7769ca43 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rgb-core" -version = "0.10.0" +version = "0.10.1" authors = ["Dr Maxim Orlovsky "] description = "RGB Core Library: confidential & scalable smart contracts on Bitcoin & Lightning (consensus layer)" repository = "https://github.com/RGB-WG/rgb-core"