Skip to content

Commit

Permalink
Merge pull request #6 from GalactechsLLC/dg_version_update
Browse files Browse the repository at this point in the history
Updated to version of dg_xch_utils with no openssl
  • Loading branch information
DaOneLuna authored Nov 13, 2023
2 parents 2852000 + 289e338 commit 5fb18c7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ clap = { version = "4.4.8", features = ["derive"] }
chrono = "0.4.31"
crossterm = "0.27.0"
dialoguer = "0.11.0"
dg_xch_cli = { version="1.1.2" }
dg_xch_clients = { version="1.1.2" }
dg_xch_core = { version = "1.1.2", features = ["paperclip"] }
dg_xch_keys = { version="1.1.2" }
dg_xch_macros = { version="1.1.2" }
dg_xch_pos = { version="1.1.2" }
dg_xch_puzzles = { version="1.1.2" }
dg_xch_serialize = { version="1.1.2" }
dg_xch_cli = { version="1.1.3" }
dg_xch_clients = { version="1.1.3" }
dg_xch_core = { version = "1.1.3", features = ["paperclip"] }
dg_xch_keys = { version="1.1.3" }
dg_xch_macros = { version="1.1.3" }
dg_xch_pos = { version="1.1.3" }
dg_xch_puzzles = { version="1.1.3" }
dg_xch_serialize = { version="1.1.3" }
futures-util = "0.3.29"
hex = "0.4.3"
home = "0.5.5"
Expand Down

0 comments on commit 5fb18c7

Please sign in to comment.