From 338fc4e8b57cee0eaef160bccbd32a8038e1f52d Mon Sep 17 00:00:00 2001 From: Mingwei Samuel Date: Wed, 29 Jan 2020 17:52:24 -0800 Subject: [PATCH] Release 0.2.2 --- Cargo.toml | 2 +- test.bash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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