This commit is contained in:
Sam Denty 2022-04-02 22:14:16 +01:00
parent e7bd798455
commit e7f181cd5f
No known key found for this signature in database
GPG key ID: 7B4EAF7B9E291B79

View file

@ -1,6 +1,6 @@
[package]
name = "site_icons"
version = "0.1.7"
version = "0.1.8"
authors = ["Sam Denty <sam@samdenty.com>"]
edition = "2018"
license = "GPL-3.0"
@ -45,4 +45,4 @@ futures = "0.3.12"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
tokio = { version = "1.1.1", features = ["full"] }
env_logger = "0.8.2"
env_logger = "0.9.0"