Skip to content

Commit

Permalink
use unrelease config rs to fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Austionian committed Apr 11, 2024
1 parent 830bd12 commit dae23bd
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 7 deletions.
77 changes: 72 additions & 5 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ default-run = "bl0g"
[dependencies]
axum = "0.7"
chrono = { version = "0.4", default-features = false, features = ["serde"] }
comrak = "0.21"
config = { version = "0.14", default-features = false, features = ["yaml"] }
comrak = "0.22"
config = { git = "https://github.com/mehcode/config-rs.git", rev = "e3c1d0b452639478662a44f15ef6d5b6d969bf9b", default-features = false, features = ["yaml"] }
hyper = { version = "1", features = ["full"] }
lazy_static = "1"
reqwest = { version = "0.12", features = ["json"] }
Expand Down

0 comments on commit dae23bd

Please sign in to comment.