diff options
author | Connor Skees <connor1skees@gmail.com> | 2022-12-29 07:30:59 +0000 |
---|---|---|
committer | Connor Skees <connor1skees@gmail.com> | 2023-01-01 05:08:57 +0000 |
commit | 02c9591983642f5e8495cc3feaffe2ca0b744db0 (patch) | |
tree | 8904e0e4a9efceaf214ff5390547b8b4dd52c5d9 /Cargo.toml | |
parent | Bump deps (diff) | |
download | miniserve-02c9591983642f5e8495cc3feaffe2ca0b744db0.tar.gz miniserve-02c9591983642f5e8495cc3feaffe2ca0b744db0.zip |
update grass to 0.12.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,4 +83,4 @@ url = "2" fake-tty = "0.3.1" [build-dependencies] -grass = { version = "0.11", default-features = false } +grass = { version = "0.12", default-features = false } |