Skip to content

Commit

Permalink
fix: Fixes error with manifest fetching on docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
andyquinterom committed Oct 27, 2024
1 parent 54493a0 commit ea032a8
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 395 deletions.
245 changes: 1 addition & 244 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dispenser"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
license = "MIT"

Expand All @@ -14,5 +14,4 @@ serde = { version = "1.0.210", features = ["derive"] }
serde_json = "1.0.128"
signal-hook = "0.3.17"
toml = "0.8.19"
ureq = { version = "2.10.1", features = ["json"] }
urlencoding = "2.1.3"
Loading

0 comments on commit ea032a8

Please sign in to comment.