Skip to content

Commit

Permalink
Use "color_from_hex" branch of cnx dep
Browse files Browse the repository at this point in the history
  • Loading branch information
thled committed Sep 30, 2022
1 parent 521af65 commit a244659
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "thledbar"
version = "1.0.0"
version = "1.1.2"
edition = "2021"

[dependencies]
cnx = { git = "https://github.com/thled/cnx" }
cnx-contrib = { git = "https://github.com/thled/cnx" }
cnx = { git = "https://github.com/thled/cnx", branch = "color_from_hex" }
cnx-contrib = { git = "https://github.com/thled/cnx", branch = "color_from_hex" }
anyhow = "1.0.62"
xrdb = "0.1.1"

0 comments on commit a244659

Please sign in to comment.