diff options
| author | Fuwn <[email protected]> | 2021-05-27 12:12:28 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-27 12:12:28 -0700 |
| commit | b077fd12dc9bb547498190571bc922b9dc485342 (patch) | |
| tree | 182b154abaa48860dd859bb16b06cdbfa05c4823 | |
| parent | fix(server): buddylist struct no longer needs to be clone-able (diff) | |
| parent | Merge pull request #37 from Whirlsplash/renovate/curl-0.x (diff) | |
| download | whirl-b077fd12dc9bb547498190571bc922b9dc485342.tar.xz whirl-b077fd12dc9bb547498190571bc922b9dc485342.zip | |
Merge branch 'develop' of https://github.com/Whirlsplash/whirl into develop
| -rw-r--r-- | crates/whirl_prompt/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/whirl_prompt/Cargo.toml b/crates/whirl_prompt/Cargo.toml index 9f6e243..ffaa56a 100644 --- a/crates/whirl_prompt/Cargo.toml +++ b/crates/whirl_prompt/Cargo.toml @@ -22,4 +22,4 @@ colour = "0.6.0" whirl_config = { path = "../whirl_config" } # Web -curl = "0.4.37" +curl = "0.4.38" |