diff options
author | 2020-11-11 18:06:27 +0100 | |
---|---|---|
committer | 2020-11-11 18:06:27 +0100 | |
commit | 73811c394a39c3816c67bffd2cf7d7a93c8803a9 (patch) | |
tree | babd079fff2163d147d3d2cec429b17d04a1af9c /examples/integration | |
parent | 2f5a3dacd933a52931a1bb169138d52402413956 (diff) | |
parent | 0400f6716bfb7bcae7d7e464e79e400f3ccc2368 (diff) | |
download | iced-73811c394a39c3816c67bffd2cf7d7a93c8803a9.tar.gz iced-73811c394a39c3816c67bffd2cf7d7a93c8803a9.tar.bz2 iced-73811c394a39c3816c67bffd2cf7d7a93c8803a9.zip |
Merge pull request #610 from hecrj/improvement/update-dependencies
Update dependencies
Diffstat (limited to 'examples/integration')
-rw-r--r-- | examples/integration/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/integration/Cargo.toml b/examples/integration/Cargo.toml index afc2c791..4515502f 100644 --- a/examples/integration/Cargo.toml +++ b/examples/integration/Cargo.toml @@ -8,4 +8,4 @@ publish = false [dependencies] iced_winit = { path = "../../winit" } iced_wgpu = { path = "../../wgpu" } -env_logger = "0.7" +env_logger = "0.8" |