forked from mirror/Riven
1
0
Fork 0

Release 0.2.2

users/mingwei/surf v0.2.2
Mingwei Samuel 2020-01-29 17:52:24 -08:00
parent 21ddff04ac
commit 338fc4e8b5
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "riven"
version = "0.2.1"
version = "0.2.2"
authors = ["Mingwei Samuel <mingwei.samuel@gmail.com>"]
repository = "https://github.com/MingweiSamuel/Riven"
description = "Riot Games API Library"

View File

@ -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