diff options
| author | Fuwn <[email protected]> | 2021-07-05 15:57:16 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-07-05 15:57:16 +0000 |
| commit | b5e14a7ee19a5b453c5d23624a6d0f74e33cd0ca (patch) | |
| tree | 7bfea6721e4d6b934ec8380ae0d462aaa8c968b5 | |
| parent | refactor(whirl_api): /api/v1/worlds/info default to empty string intead of "n... (diff) | |
| parent | Merge pull request #53 from Whirlsplash/renovate/structopt-0.x (diff) | |
| download | whirl-b5e14a7ee19a5b453c5d23624a6d0f74e33cd0ca.tar.xz whirl-b5e14a7ee19a5b453c5d23624a6d0f74e33cd0ca.zip | |
Merge branch 'develop' of https://github.com/Whirlsplash/whirl into develop
| -rw-r--r-- | crates/whirl/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml index e360d72..e2fe37a 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -36,7 +36,7 @@ serde = "1.0.126" serde_derive = "1.0.126" # CLI -structopt = "0.3.21" +structopt = "0.3.22" # Config whirl_config = { path = "../whirl_config" } |