forked from mirror/Riven
1
0
Fork 0

Release 2.0.0-rc.2

users/mingwei/unknown-variant-messy
Mingwei Samuel 2021-09-09 22:56:14 -07:00
parent 32e70437ab
commit c9465eee32
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,5 @@
[package] [package]
publish = false
name = "riven_example_proxy" name = "riven_example_proxy"
version = "0.0.0" version = "0.0.0"
authors = [ "Mingwei Samuel <mingwei.samuel@gmail.com>" ] authors = [ "Mingwei Samuel <mingwei.samuel@gmail.com>" ]

View File

@ -1,13 +1,13 @@
[package] [package]
name = "riven" name = "riven"
version = "2.0.0-rc.1" version = "2.0.0-rc.2"
authors = ["Mingwei Samuel <mingwei.samuel@gmail.com>"] authors = ["Mingwei Samuel <mingwei.samuel@gmail.com>"]
repository = "https://github.com/MingweiSamuel/Riven" repository = "https://github.com/MingweiSamuel/Riven"
description = "Riot Games API Library" description = "Riot Games API Library"
readme = "README.md" readme = "../README.md"
license = "MIT" license = "MIT"
edition = "2018" edition = "2018"
include = [ "src/**", "/README.md" ] include = [ "src/**", "../README.md" ]
keywords = [ "riot-games", "riot", "league", "league-of-legends" ] keywords = [ "riot-games", "riot", "league", "league-of-legends" ]
categories = [ "api-bindings", "web-programming::http-client" ] categories = [ "api-bindings", "web-programming::http-client" ]