Skip to content

Commit

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

Generated by cargo-workspaces
  • Loading branch information
macalinao committed Jul 16, 2022
1 parent 36f3406 commit 0bac9c9
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.2.2"
version = "0.3.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.2.2"
version = "0.3.0"
description = "CLI for move-ts."
homepage = "https://moving.wtf"
repository = "https://github.com/movingco/move-ts"
Expand Down Expand Up @@ -30,7 +30,7 @@ json-cli = "0.1.0"
move-idl = "0.3"
move-package = { version = "0.1.6", package = "mv-package" }
move-core-types = { version = "0.1.6", package = "mv-core-types" }
move-ts = { version = "0.2.0", path = "../move-ts" }
move-ts = { version = "0.3.0", path = "../move-ts" }
serde_json = "1.0.79"
static-address = "0.1"
tokio = { version = "1.18.2", features = ["full"] }
Expand Down

0 comments on commit 0bac9c9

Please sign in to comment.