diff --git a/Cargo.toml b/Cargo.toml index bf2cc01..4d1d772 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "riven" -version = "0.2.1" +version = "0.2.2" authors = ["Mingwei Samuel "] repository = "https://github.com/MingweiSamuel/Riven" description = "Riot Games API Library" diff --git a/test.bash b/test.bash index e618e4c..56a14f2 100644 --- a/test.bash +++ b/test.bash @@ -1,2 +1,2 @@ #!/bin/bash -RGAPI_KEY="$(cat apikey.txt)" RUST_BACKTRACE=1 cargo test --features nightly +RGAPI_KEY="$(cat apikey.txt)" RUST_BACKTRACE=1 cargo test --features nightly -- --nocapture