diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2024-09-20 14:32:15 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-20 14:32:15 +0530 |
commit | 1fb482863e31971c9d70216ebee9c2e482d0ba7d (patch) | |
tree | f08ed00658844d9b2d009268e95850e4de922f82 /cli/Cargo.toml | |
parent | 66fb81ea8581bc7f485c99423c307c8fa548b2fe (diff) |
chore: update sui to 0.3.1 (#25758)
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 778c21bb0..498a8471d 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -78,7 +78,7 @@ deno_semver.workspace = true deno_task_shell = "=0.17.0" deno_terminal.workspace = true eszip = "=0.78.0" -libsui = "0.3.0" +libsui = "0.3.1" napi_sym.workspace = true node_resolver.workspace = true |