Allow breaking changes for all unstable dependencies

This commit is contained in:
0x192 2021-11-02 21:44:00 +01:00
commit 2b97541a21
No known key found for this signature in database
GPG key ID: 34D27465928A0A1D
2 changed files with 10 additions and 10 deletions

12
Cargo.lock generated
View file

@ -267,7 +267,7 @@ dependencies = [
"block",
"cocoa-foundation",
"core-foundation 0.9.2",
"core-graphics 0.22.2",
"core-graphics 0.22.3",
"foreign-types",
"libc",
"objc",
@ -361,9 +361,9 @@ dependencies = [
[[package]]
name = "core-graphics"
version = "0.22.2"
version = "0.22.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "269f35f69b542b80e736a20a89a05215c0ce80c2c03c514abb2e318b78379d86"
checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
dependencies = [
"bitflags",
"core-foundation 0.9.2",
@ -391,7 +391,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99d74ada66e07c1cefa18f8abfba765b486f250de2e4a999e5727fc0dd4b4a25"
dependencies = [
"core-foundation 0.9.2",
"core-graphics 0.22.2",
"core-graphics 0.22.3",
"foreign-types",
"libc",
]
@ -666,7 +666,7 @@ dependencies = [
"bitflags",
"byteorder",
"core-foundation 0.9.2",
"core-graphics 0.22.2",
"core-graphics 0.22.3",
"core-text",
"dirs-next",
"dwrote",
@ -2752,7 +2752,7 @@ dependencies = [
"block",
"cocoa",
"core-foundation 0.9.2",
"core-graphics 0.22.2",
"core-graphics 0.22.3",
"core-video-sys",
"dispatch",
"instant",

View file

@ -25,11 +25,11 @@ iced = { git = "https://github.com/hecrj/iced.git" }
serde = { version = "^1.0", features = ["derive"] }
serde_json = "^1.0"
static_init = "^1.0"
fern = { version = "^0.6", features = ["colored"] }
log = "^0.4"
chrono = "^0.4"
fern = { version = "^0", features = ["colored"] }
log = "^0"
chrono = "^0"
regex = "^1.5"
toml = "^0.5"
toml = "^0"
dirs = "^4.0"
[profile.release]