diff options
author | 2020-11-10 19:12:28 +0100 | |
---|---|---|
committer | 2020-11-10 19:12:28 +0100 | |
commit | 860de97b420e7bb603d70e2e190a337bedf79dcc (patch) | |
tree | d3df4a22a4158125050547a75641e701c9c1dbf0 /examples/tour/Cargo.toml | |
parent | d0402d072d3f4e128c55fc0a6184c5f7c712bb20 (diff) | |
download | iced-860de97b420e7bb603d70e2e190a337bedf79dcc.tar.gz iced-860de97b420e7bb603d70e2e190a337bedf79dcc.tar.bz2 iced-860de97b420e7bb603d70e2e190a337bedf79dcc.zip |
Update `env_logger` in `tour` and `integration` examples
Diffstat (limited to 'examples/tour/Cargo.toml')
-rw-r--r-- | examples/tour/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tour/Cargo.toml b/examples/tour/Cargo.toml index 96749e90..bc7fac11 100644 --- a/examples/tour/Cargo.toml +++ b/examples/tour/Cargo.toml @@ -7,4 +7,4 @@ publish = false [dependencies] iced = { path = "../..", features = ["image", "debug"] } -env_logger = "0.7" +env_logger = "0.8" |