Skip to content

Commit

Permalink
tested fang fix in el monitorro
Browse files Browse the repository at this point in the history
  • Loading branch information
pxp9 committed Aug 25, 2023
1 parent d6515c2 commit fb9cb94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ chrono = "0.4"
diesel = { version = "2", features = ["postgres","r2d2"] }
dotenvy = "0.15"
pretty_env_logger = "0.5"
fang = { version = "0.10.4", features = ["blocking"], default-features = false }
fang = { git = "https://github.com/ayrat555/fang", branch="fix_new_task_struct", features = ["blocking" , "derive-error"], default-features = false }
feed-rs = "1.3.0"
frankenstein = { version = "0.27.0", default-features = false, features = ["telegram-trait"] }
handlebars = "4"
Expand Down

0 comments on commit fb9cb94

Please sign in to comment.