Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
move-ts@0.4.0
move-tsgen@0.4.0

Generated by cargo-workspaces
  • Loading branch information
macalinao committed Jul 23, 2022
1 parent a5f8c92 commit b692cd2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/move-ts/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "move-ts"
version = "0.3.2"
version = "0.4.0"
description = "Generates TypeScript code from a Move IDL."
homepage = "https://moving.wtf"
repository = "https://github.com/movingco/move-ts"
Expand Down
4 changes: 2 additions & 2 deletions crates/move-tsgen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "move-tsgen"
version = "0.3.0"
version = "0.4.0"
description = "CLI for move-ts."
homepage = "https://moving.wtf"
repository = "https://github.com/movingco/move-ts"
Expand All @@ -21,7 +21,7 @@ clap = { version = "3.2", features = ["derive"] }
json-cli = "0.1.0"
move-idl = "0.4"
move-package = { version = "0.2.1", package = "mv-package" }
move-ts = { version = "0.3.0", path = "../move-ts" }
move-ts = { version = "0.4.0", path = "../move-ts" }
serde_json = "1.0.79"
static-address = "0.2"
tokio = { version = "1.18.2", features = ["full"] }
Expand Down

0 comments on commit b692cd2

Please sign in to comment.