1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

Update ron 0.6 -> 0.7

This commit is contained in:
Emil Ernerfeldt
2021-10-23 05:53:58 +02:00
parent 5301043a77
commit 4194a83a5e
4 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@@ -2185,9 +2185,9 @@ dependencies = [
[[package]]
name = "ron"
version = "0.6.6"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86018df177b1beef6c7c8ef949969c4f7cb9a9344181b92486b23c79995bdaa4"
checksum = "1b861ecaade43ac97886a512b360d01d66be9f41f3c61088b42cedf92e03d678"
dependencies = [
"base64",
"bitflags",