Skip to content

Commit

Permalink
Bump EMF API crate version
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed May 26, 2024
1 parent 6812edf commit d4adde5
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 44 deletions.
94 changes: 52 additions & 42 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 @@ -8,7 +8,7 @@ anyhow = "1.0.86"
chrono = "0.4.38"
clap = { version = "~4.4.18", features = ["derive", "env"] }
dapnet-api = "0.3.0"
emfcamp-schedule-api = { git = "https://github.com/DanNixon/emfcamp-schedule-api", rev = "f92da2507e5b57151a6be538b5921ee46498d5fa" }
emfcamp-schedule-api = { git = "https://github.com/DanNixon/emfcamp-schedule-api", rev = "195b75df7bf6aceebbfa335a1be33a72186aae1c" }
metrics = "0.22.3"
metrics-exporter-prometheus = { version = "0.14.0", default-features = false, features = ["http-listener"] }
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread", "signal"] }
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
lockFile = ./Cargo.lock;

outputHashes = {
"emfcamp-schedule-api-0.0.1" = "sha256-4J+7gwxQNydb9COOL58H+qO8iOTSsX8mW7lTdolH9d8=";
"emfcamp-schedule-api-0.0.1" = "sha256-okre8nWBh7+/UvdIUus36l5LN1jWQKKia0n2uywAIC8=";
};
};

Expand Down

0 comments on commit d4adde5

Please sign in to comment.