Skip to content

Commit

Permalink
glit-cli: bump glit-core
Browse files Browse the repository at this point in the history
  • Loading branch information
shadawck committed May 1, 2024
1 parent df187d3 commit 0d72c09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions glit-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ reqwest = { version = "0.11.18", default-features = false, features = [
] }
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }

#glit-core = "0.2.0"
glit-core = { path = '../glit-core' }
glit-core = "0.3.0"
#glit-core = { path = '../glit-core' }

clap = { version = "4.3", features = ["cargo"] }
colored = "2.0.4"
Expand Down

0 comments on commit 0d72c09

Please sign in to comment.