This commit is contained in:
Sayantan Karmakar 2022-06-22 17:56:49 +05:30
parent 167107f31b
commit 2c1049732e
3 changed files with 3 additions and 3 deletions

2
cli/Cargo.lock generated
View File

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

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "@project-serum/serum-dev-tools", "name": "@project-serum/serum-dev-tools",
"version": "1.0.3", "version": "1.0.4",
"description": "developer tooling suite for building on serum", "description": "developer tooling suite for building on serum",
"repository": { "repository": {
"type": "git", "type": "git",