Skip to content

Commit

Permalink
chore: Update ron to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Drakulix authored and mmstick committed Jan 22, 2025
1 parent 900fc34 commit fdfd80f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cosmic-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ zbus = { version = "4.2.1", default-features = false, optional = true }
atomicwrites = { git = "https://github.com/jackpot51/rust-atomicwrites" }
calloop = { version = "0.14.0", optional = true }
notify = "6.0.0"
ron = "0.8.0"
ron = "0.9.0-alpha.0"
serde = "1.0.152"
cosmic-config-derive = { path = "../cosmic-config-derive/", optional = true }
iced = { path = "../iced/", default-features = false, optional = true }
Expand Down
2 changes: 1 addition & 1 deletion cosmic-theme/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ serde = { version = "1.0.129", features = ["derive"] }
serde_json = { version = "1.0.64", optional = true, features = [
"preserve_order",
] }
ron = "0.8"
ron = "0.9.0-alpha.0"
lazy_static = "1.4.0"
csscolorparser = { version = "0.6.2", features = ["serde"] }
cosmic-config = { path = "../cosmic-config/", default-features = false, features = [
Expand Down
2 changes: 1 addition & 1 deletion examples/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ publish = false

[dependencies]
cosmic-config = { path = "../../cosmic-config" }
ron = "0.8.0"
ron = "0.9.0-alpha.0"

0 comments on commit fdfd80f

Please sign in to comment.