From 12a25f82f1a799caa738f3d7cf42e8ee2b13f005 Mon Sep 17 00:00:00 2001 From: Yeastplume Date: Thu, 3 Aug 2023 12:40:04 +0100 Subject: [PATCH] Update versioning to 5.2.0-beta.1 against grin 5.2.0-beta.3 (#691) * update versioning to 5.2.0-beta.1 against grin 5.2.0-beta.3 * tweak for CI trigger --------- Co-authored-by: Quentin Le Sceller --- Cargo.lock | 46 +++++++++++++++++++++---------------------- Cargo.toml | 32 +++++++++++++++--------------- api/Cargo.toml | 22 ++++++++++----------- config/Cargo.toml | 12 +++++------ controller/Cargo.toml | 32 +++++++++++++++--------------- impls/Cargo.toml | 32 +++++++++++++++--------------- libwallet/Cargo.toml | 22 ++++++++++----------- util/Cargo.toml | 6 +++--- 8 files changed, 102 insertions(+), 102 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index caeac61f..4360ec09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1297,8 +1297,8 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" [[package]] name = "grin_api" -version = "5.2.0-beta.2" -source = "git+https://github.com/mimblewimble/grin?branch=master#399fb19c3014a4a5c3f0575dd222e7df6fda8c83" +version = "5.2.0-beta.3" +source = "git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3#94277bba9db2e31e713f2a4cfdc37b11e46a1630" dependencies = [ "bytes 0.5.6", "easy-jsonrpc-mw", @@ -1329,8 +1329,8 @@ dependencies = [ [[package]] name = "grin_chain" -version = "5.2.0-beta.2" -source = "git+https://github.com/mimblewimble/grin?branch=master#399fb19c3014a4a5c3f0575dd222e7df6fda8c83" +version = "5.2.0-beta.3" +source = "git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3#94277bba9db2e31e713f2a4cfdc37b11e46a1630" dependencies = [ "bit-vec", "bitflags 1.3.2", @@ -1352,8 +1352,8 @@ dependencies = [ [[package]] name = "grin_core" -version = "5.2.0-beta.2" -source = "git+https://github.com/mimblewimble/grin?branch=master#399fb19c3014a4a5c3f0575dd222e7df6fda8c83" +version = "5.2.0-beta.3" +source = "git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3#94277bba9db2e31e713f2a4cfdc37b11e46a1630" dependencies = [ "blake2-rfc", "byteorder", @@ -1378,8 +1378,8 @@ dependencies = [ [[package]] name = "grin_keychain" -version = "5.2.0-beta.2" -source = "git+https://github.com/mimblewimble/grin?branch=master#399fb19c3014a4a5c3f0575dd222e7df6fda8c83" +version = "5.2.0-beta.3" +source = "git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3#94277bba9db2e31e713f2a4cfdc37b11e46a1630" dependencies = [ "blake2-rfc", "byteorder", @@ -1400,8 +1400,8 @@ dependencies = [ [[package]] name = "grin_p2p" -version = "5.2.0-beta.2" -source = "git+https://github.com/mimblewimble/grin?branch=master#399fb19c3014a4a5c3f0575dd222e7df6fda8c83" +version = "5.2.0-beta.3" +source = "git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3#94277bba9db2e31e713f2a4cfdc37b11e46a1630" dependencies = [ "bitflags 1.3.2", "bytes 0.5.6", @@ -1422,8 +1422,8 @@ dependencies = [ [[package]] name = "grin_pool" -version = "5.2.0-beta.2" -source = "git+https://github.com/mimblewimble/grin?branch=master#399fb19c3014a4a5c3f0575dd222e7df6fda8c83" +version = "5.2.0-beta.3" +source = "git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3#94277bba9db2e31e713f2a4cfdc37b11e46a1630" dependencies = [ "blake2-rfc", "chrono", @@ -1455,8 +1455,8 @@ dependencies = [ [[package]] name = "grin_store" -version = "5.2.0-beta.2" -source = "git+https://github.com/mimblewimble/grin?branch=master#399fb19c3014a4a5c3f0575dd222e7df6fda8c83" +version = "5.2.0-beta.3" +source = "git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3#94277bba9db2e31e713f2a4cfdc37b11e46a1630" dependencies = [ "byteorder", "croaring", @@ -1474,8 +1474,8 @@ dependencies = [ [[package]] name = "grin_util" -version = "5.2.0-beta.2" -source = "git+https://github.com/mimblewimble/grin?branch=master#399fb19c3014a4a5c3f0575dd222e7df6fda8c83" +version = "5.2.0-beta.3" +source = "git+https://github.com/mimblewimble/grin?tag=v5.2.0-beta.3#94277bba9db2e31e713f2a4cfdc37b11e46a1630" dependencies = [ "backtrace", "base64 0.12.3", @@ -1495,7 +1495,7 @@ dependencies = [ [[package]] name = "grin_wallet" -version = "5.2.0-alpha.1" +version = "5.2.0-beta.1" dependencies = [ "built", "clap", @@ -1527,7 +1527,7 @@ dependencies = [ [[package]] name = "grin_wallet_api" -version = "5.2.0-alpha.1" +version = "5.2.0-beta.1" dependencies = [ "base64 0.12.3", "chrono", @@ -1552,7 +1552,7 @@ dependencies = [ [[package]] name = "grin_wallet_config" -version = "5.2.0-alpha.1" +version = "5.2.0-beta.1" dependencies = [ "dirs 2.0.2", "grin_core", @@ -1567,7 +1567,7 @@ dependencies = [ [[package]] name = "grin_wallet_controller" -version = "5.2.0-alpha.1" +version = "5.2.0-beta.1" dependencies = [ "chrono", "easy-jsonrpc-mw", @@ -1603,7 +1603,7 @@ dependencies = [ [[package]] name = "grin_wallet_impls" -version = "5.2.0-alpha.1" +version = "5.2.0-beta.1" dependencies = [ "base64 0.12.3", "blake2-rfc", @@ -1642,7 +1642,7 @@ dependencies = [ [[package]] name = "grin_wallet_libwallet" -version = "5.2.0-alpha.1" +version = "5.2.0-beta.1" dependencies = [ "age", "base64 0.9.3", @@ -1678,7 +1678,7 @@ dependencies = [ [[package]] name = "grin_wallet_util" -version = "5.2.0-alpha.1" +version = "5.2.0-beta.1" dependencies = [ "data-encoding", "ed25519-dalek", diff --git a/Cargo.toml b/Cargo.toml index e654a127..6d86b468 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_wallet" -version = "5.2.0-alpha.1" +version = "5.2.0-beta.1" authors = ["Grin Developers "] description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format." license = "Apache-2.0" @@ -30,12 +30,12 @@ semver = "0.10" rustyline = "6" lazy_static = "1" -grin_wallet_api = { path = "./api", version = "5.2.0-alpha.1" } -grin_wallet_impls = { path = "./impls", version = "5.2.0-alpha.1" } -grin_wallet_libwallet = { path = "./libwallet", version = "5.2.0-alpha.1" } -grin_wallet_controller = { path = "./controller", version = "5.2.0-alpha.1" } -grin_wallet_config = { path = "./config", version = "5.2.0-alpha.1" } -grin_wallet_util = { path = "./util", version = "5.2.0-alpha.1" } +grin_wallet_api = { path = "./api", version = "5.2.0-beta.1" } +grin_wallet_impls = { path = "./impls", version = "5.2.0-beta.1" } +grin_wallet_libwallet = { path = "./libwallet", version = "5.2.0-beta.1" } +grin_wallet_controller = { path = "./controller", version = "5.2.0-beta.1" } +grin_wallet_config = { path = "./config", version = "5.2.0-beta.1" } +grin_wallet_util = { path = "./util", version = "5.2.0-beta.1" } ##### Grin Imports @@ -48,16 +48,16 @@ grin_wallet_util = { path = "./util", version = "5.2.0-alpha.1" } # For beta release -# grin_core = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2"} -# grin_keychain = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2" } -# grin_util = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2" } -# grin_api = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2" } +grin_core = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3"} +grin_keychain = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" } +grin_util = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" } +grin_api = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" } # For bleeding edge - grin_core = { git = "https://github.com/mimblewimble/grin", branch = "master" } - grin_keychain = { git = "https://github.com/mimblewimble/grin", branch = "master" } - grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" } - grin_api = { git = "https://github.com/mimblewimble/grin", branch = "master" } +# grin_core = { git = "https://github.com/mimblewimble/grin", branch = "master" } +# grin_keychain = { git = "https://github.com/mimblewimble/grin", branch = "master" } +# grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" } +# grin_api = { git = "https://github.com/mimblewimble/grin", branch = "master" } # For local testing # grin_core = { path = "../grin/core"} @@ -65,7 +65,7 @@ grin_wallet_util = { path = "./util", version = "5.2.0-alpha.1" } # grin_util = { path = "../grin/util"} # grin_api = { path = "../grin/api"} -##### +###### [build-dependencies] built = { version = "0.4", features = ["git2"]} diff --git a/api/Cargo.toml b/api/Cargo.toml index de9a65d4..bd95b60b 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_wallet_api" -version = "5.2.0-alpha.1" +version = "5.2.0-beta.1" authors = ["Grin Developers "] description = "Grin Wallet API" license = "Apache-2.0" @@ -22,10 +22,10 @@ ring = "0.16" base64 = "0.12" ed25519-dalek = "1.0.0-pre.4" -grin_wallet_libwallet = { path = "../libwallet", version = "5.2.0-alpha.1" } -grin_wallet_config = { path = "../config", version = "5.2.0-alpha.1" } -grin_wallet_impls = { path = "../impls", version = "5.2.0-alpha.1" } -grin_wallet_util = { path = "../util", version = "5.2.0-alpha.1" } +grin_wallet_libwallet = { path = "../libwallet", version = "5.2.0-beta.1" } +grin_wallet_config = { path = "../config", version = "5.2.0-beta.1" } +grin_wallet_impls = { path = "../impls", version = "5.2.0-beta.1" } +grin_wallet_util = { path = "../util", version = "5.2.0-beta.1" } ##### Grin Imports @@ -36,14 +36,14 @@ grin_wallet_util = { path = "../util", version = "5.2.0-alpha.1" } # For beta release -# grin_core = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2"} -# grin_keychain = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2" } -# grin_util = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2" } +grin_core = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3"} +grin_keychain = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" } +grin_util = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" } # For bleeding edge - grin_core = { git = "https://github.com/mimblewimble/grin", branch = "master" } - grin_keychain = { git = "https://github.com/mimblewimble/grin", branch = "master" } - grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" } +# grin_core = { git = "https://github.com/mimblewimble/grin", branch = "master" } +# grin_keychain = { git = "https://github.com/mimblewimble/grin", branch = "master" } +# grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" } # For local testing # grin_core = { path = "../../grin/core"} diff --git a/config/Cargo.toml b/config/Cargo.toml index 9af3602f..38ed42a9 100644 --- a/config/Cargo.toml +++ b/config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_wallet_config" -version = "5.2.0-alpha.1" +version = "5.2.0-beta.1" authors = ["Grin Developers "] description = "Configuration for grin wallet , a simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format." license = "Apache-2.0" @@ -16,7 +16,7 @@ serde_derive = "1" toml = "0.5" dirs = "2.0" -grin_wallet_util = { path = "../util", version = "5.2.0-alpha.1" } +grin_wallet_util = { path = "../util", version = "5.2.0-beta.1" } ##### Grin Imports @@ -26,12 +26,12 @@ grin_wallet_util = { path = "../util", version = "5.2.0-alpha.1" } # For beta release -# grin_core = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2"} -# grin_util = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2" } +grin_core = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3"} +grin_util = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" } # For bleeding edge - grin_core = { git = "https://github.com/mimblewimble/grin", branch = "master" } - grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" } +# grin_core = { git = "https://github.com/mimblewimble/grin", branch = "master" } +# grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" } # For local testing # grin_core = { path = "../../grin/core"} diff --git a/controller/Cargo.toml b/controller/Cargo.toml index bd4122d7..8e4976af 100644 --- a/controller/Cargo.toml +++ b/controller/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_wallet_controller" -version = "5.2.0-alpha.1" +version = "5.2.0-beta.1" authors = ["Grin Developers "] description = "Controllers for grin wallet instantiation" license = "Apache-2.0" @@ -30,11 +30,11 @@ lazy_static = "1" thiserror = "1" qr_code = "1.1.0" -grin_wallet_util = { path = "../util", version = "5.2.0-alpha.1" } -grin_wallet_api = { path = "../api", version = "5.2.0-alpha.1" } -grin_wallet_impls = { path = "../impls", version = "5.2.0-alpha.1" } -grin_wallet_libwallet = { path = "../libwallet", version = "5.2.0-alpha.1" } -grin_wallet_config = { path = "../config", version = "5.2.0-alpha.1" } +grin_wallet_util = { path = "../util", version = "5.2.0-beta.1" } +grin_wallet_api = { path = "../api", version = "5.2.0-beta.1" } +grin_wallet_impls = { path = "../impls", version = "5.2.0-beta.1" } +grin_wallet_libwallet = { path = "../libwallet", version = "5.2.0-beta.1" } +grin_wallet_config = { path = "../config", version = "5.2.0-beta.1" } ##### Grin Imports @@ -46,16 +46,16 @@ grin_wallet_config = { path = "../config", version = "5.2.0-alpha.1" } # For beta release -# grin_core = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2"} -# grin_keychain = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2" } -# grin_util = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2" } -# grin_api = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2" } +grin_core = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3"} +grin_keychain = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" } +grin_util = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" } +grin_api = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" } # For bleeding edge - grin_core = { git = "https://github.com/mimblewimble/grin", branch = "master" } - grin_keychain = { git = "https://github.com/mimblewimble/grin", branch = "master" } - grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" } - grin_api = { git = "https://github.com/mimblewimble/grin", branch = "master" } +# grin_core = { git = "https://github.com/mimblewimble/grin", branch = "master" } +# grin_keychain = { git = "https://github.com/mimblewimble/grin", branch = "master" } +# grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" } +# grin_api = { git = "https://github.com/mimblewimble/grin", branch = "master" } # For local testing # grin_core = { path = "../../grin/core"} @@ -76,10 +76,10 @@ remove_dir_all = "0.7" # For beta release -# grin_chain = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2" } +grin_chain = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" } # For bleeding edge - grin_chain = { git = "https://github.com/mimblewimble/grin", branch = "master" } +# grin_chain = { git = "https://github.com/mimblewimble/grin", branch = "master" } # For local testing # grin_chain = { path = "../../grin/chain"} diff --git a/impls/Cargo.toml b/impls/Cargo.toml index 57bb9193..adaa6e6e 100644 --- a/impls/Cargo.toml +++ b/impls/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_wallet_impls" -version = "5.2.0-alpha.1" +version = "5.2.0-beta.1" authors = ["Grin Developers "] description = "Concrete types derived from libwallet traits" license = "Apache-2.0" @@ -36,9 +36,9 @@ sysinfo = "0.29" base64 = "0.12.0" url = "2.1" -grin_wallet_util = { path = "../util", version = "5.2.0-alpha.1" } -grin_wallet_config = { path = "../config", version = "5.2.0-alpha.1" } -grin_wallet_libwallet = { path = "../libwallet", version = "5.2.0-alpha.1" } +grin_wallet_util = { path = "../util", version = "5.2.0-beta.1" } +grin_wallet_config = { path = "../config", version = "5.2.0-beta.1" } +grin_wallet_libwallet = { path = "../libwallet", version = "5.2.0-beta.1" } ##### Grin Imports @@ -52,20 +52,20 @@ grin_wallet_libwallet = { path = "../libwallet", version = "5.2.0-alpha.1" } # For beta release -# grin_core = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2"} -# grin_keychain = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2" } -# grin_chain = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2" } -# grin_util = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2" } -# grin_api = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2" } -# grin_store = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2" } +grin_core = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3"} +grin_keychain = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" } +grin_chain = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" } +grin_util = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" } +grin_api = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" } +grin_store = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" } # For bleeding edge - grin_core = { git = "https://github.com/mimblewimble/grin", branch = "master" } - grin_keychain = { git = "https://github.com/mimblewimble/grin", branch = "master" } - grin_chain = { git = "https://github.com/mimblewimble/grin", branch = "master" } - grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" } - grin_api = { git = "https://github.com/mimblewimble/grin", branch = "master" } - grin_store = { git = "https://github.com/mimblewimble/grin", branch = "master" } +# grin_core = { git = "https://github.com/mimblewimble/grin", branch = "master" } +# grin_keychain = { git = "https://github.com/mimblewimble/grin", branch = "master" } +# grin_chain = { git = "https://github.com/mimblewimble/grin", branch = "master" } +# grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" } +# grin_api = { git = "https://github.com/mimblewimble/grin", branch = "master" } +# grin_store = { git = "https://github.com/mimblewimble/grin", branch = "master" } # For local testing # grin_core = { path = "../../grin/core"} diff --git a/libwallet/Cargo.toml b/libwallet/Cargo.toml index 05a16627..bd09f706 100644 --- a/libwallet/Cargo.toml +++ b/libwallet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_wallet_libwallet" -version = "5.2.0-alpha.1" +version = "5.2.0-beta.1" authors = ["Grin Developers "] description = "Simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format." license = "Apache-2.0" @@ -36,8 +36,8 @@ bech32 = "0.7" byteorder = "1.3" num-bigint = "0.2" -grin_wallet_util = { path = "../util", version = "5.2.0-alpha.1" } -grin_wallet_config = { path = "../config", version = "5.2.0-alpha.1" } +grin_wallet_util = { path = "../util", version = "5.2.0-beta.1" } +grin_wallet_config = { path = "../config", version = "5.2.0-beta.1" } ##### Grin Imports @@ -48,16 +48,16 @@ grin_wallet_config = { path = "../config", version = "5.2.0-alpha.1" } # For beta release -# grin_core = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2"} -# grin_keychain = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2" } -# grin_util = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2" } -# grin_stire = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2" } +grin_core = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3"} +grin_keychain = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" } +grin_util = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" } +grin_store = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" } # For bleeding edge - grin_core = { git = "https://github.com/mimblewimble/grin", branch = "master" } - grin_keychain = { git = "https://github.com/mimblewimble/grin", branch = "master" } - grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" } - grin_store = { git = "https://github.com/mimblewimble/grin", branch = "master" } +# grin_core = { git = "https://github.com/mimblewimble/grin", branch = "master" } +# grin_keychain = { git = "https://github.com/mimblewimble/grin", branch = "master" } +# grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" } +# grin_store = { git = "https://github.com/mimblewimble/grin", branch = "master" } # For local testing # grin_core = { path = "../../grin/core"} diff --git a/util/Cargo.toml b/util/Cargo.toml index 87723687..244f340b 100644 --- a/util/Cargo.toml +++ b/util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grin_wallet_util" -version = "5.2.0-alpha.1" +version = "5.2.0-beta.1" authors = ["Grin Developers "] description = "Util, for generic utilities and to re-export grin crates" license = "Apache-2.0" @@ -25,10 +25,10 @@ thiserror = "1" # For beta release -# grin_util = { git = "https://github.com/mimblewimble/grin", tag = "v5.0.0-beta.2" } +grin_util = { git = "https://github.com/mimblewimble/grin", tag = "v5.2.0-beta.3" } # For bleeding edge - grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" } +# grin_util = { git = "https://github.com/mimblewimble/grin", branch = "master" } # For local testing