From c9465eee329521f2a5c2e17b5f75a852a9e9bec6 Mon Sep 17 00:00:00 2001 From: Mingwei Samuel Date: Thu, 9 Sep 2021 22:56:14 -0700 Subject: [PATCH] Release 2.0.0-rc.2 --- example/proxy/Cargo.toml | 1 + riven/Cargo.toml | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/example/proxy/Cargo.toml b/example/proxy/Cargo.toml index 39224cf..05e5f9d 100644 --- a/example/proxy/Cargo.toml +++ b/example/proxy/Cargo.toml @@ -1,4 +1,5 @@ [package] +publish = false name = "riven_example_proxy" version = "0.0.0" authors = [ "Mingwei Samuel " ] diff --git a/riven/Cargo.toml b/riven/Cargo.toml index cae2835..31798de 100644 --- a/riven/Cargo.toml +++ b/riven/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "riven" -version = "2.0.0-rc.1" +version = "2.0.0-rc.2" authors = ["Mingwei Samuel "] repository = "https://github.com/MingweiSamuel/Riven" description = "Riot Games API Library" -readme = "README.md" +readme = "../README.md" license = "MIT" edition = "2018" -include = [ "src/**", "/README.md" ] +include = [ "src/**", "../README.md" ] keywords = [ "riot-games", "riot", "league", "league-of-legends" ] categories = [ "api-bindings", "web-programming::http-client" ]