bump CLI to v0.0.3

This commit is contained in:
Sayantan Karmakar 2022-06-01 19:14:11 +05:30
parent 3980d0c5c8
commit b89c52db82
2 changed files with 2 additions and 2 deletions

2
cli/Cargo.lock generated
View File

@ -2443,7 +2443,7 @@ dependencies = [
[[package]]
name = "serum-dev-tools"
version = "0.0.2"
version = "0.0.3"
dependencies = [
"anchor-client",
"anyhow",

View File

@ -1,6 +1,6 @@
[package]
name = "serum-dev-tools"
version = "0.0.2"
version = "0.0.3"
edition = "2021"
authors = ["Sayantan Karmakar <sayantankarmakar@outlook.com>"]
homepage = "https://github.com/project-serum/serum-dev-tools"