summaryrefslogtreecommitdiffstats
path: root/examples/tour/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-11-10 19:12:28 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-11-10 19:12:28 +0100
commit860de97b420e7bb603d70e2e190a337bedf79dcc (patch)
treed3df4a22a4158125050547a75641e701c9c1dbf0 /examples/tour/Cargo.toml
parentd0402d072d3f4e128c55fc0a6184c5f7c712bb20 (diff)
downloadiced-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.toml2
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"