diff options
| author | Fuwn <[email protected]> | 2021-07-05 15:57:16 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-07-05 15:57:16 -0700 |
| commit | 476b30be1ad0c7a37d767dc6a9a909f555e4c9a7 (patch) | |
| tree | fcc79d3d75f18c7fdb19e4be2d00ebb54632f51f | |
| 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-476b30be1ad0c7a37d767dc6a9a909f555e4c9a7.tar.xz whirl-476b30be1ad0c7a37d767dc6a9a909f555e4c9a7.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 9b2275c..68b3fac 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" } |