Skip to content

Commit

Permalink
move loadtests & small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanJSchoenmakers committed Dec 5, 2023
1 parent 0b9bdf4 commit 68533e5
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ async fn main() {
// Initialize the logger
tracing_subscriber::fmt::init();

info!("Starting API");
info!("Starting API...");

// Parse our configuration from the environment.
let config = Config::parse();
Expand Down
4 changes: 2 additions & 2 deletions xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.2.5", features = ["derive"] }
xshell = "0.2.3"
clap = { version = "4.4", features = ["derive"] }
xshell = "0.2"

0 comments on commit 68533e5

Please sign in to comment.