Skip to content

Commit

Permalink
Upgrade libcosmic, downgrade serde
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Apr 28, 2024
1 parent 4cec088 commit 21737d3
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 44 deletions.
91 changes: 48 additions & 43 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ open = "5.0.2"
palette = { version = "0.7", features = ["serde"] }
paste = "1.0"
ron = "0.8"
serde = { version = "1", features = ["serde_derive"] }
#TODO: downgrading serde for better compatibility with older rust
serde = { version = "=1.0.197", features = ["serde_derive"] }
shlex = "1"
tokio = { version = "1", features = ["sync"] }
# Internationalization
Expand Down

0 comments on commit 21737d3

Please sign in to comment.