From f562c6693db81f6bbc44c2fa0401e2715b328305 Mon Sep 17 00:00:00 2001 From: Mingwei Samuel Date: Sat, 24 Feb 2024 21:41:52 -0800 Subject: [PATCH] Release 2.34.0-beta.0 fix: include `/examples` in publish (included in `2.34.0-beta.0`) --- riven/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/riven/Cargo.toml b/riven/Cargo.toml index 68e7579..1fdbc54 100644 --- a/riven/Cargo.toml +++ b/riven/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "riven" -version = "2.33.1" +version = "2.34.0-beta.0" authors = ["Mingwei Samuel "] repository = "https://github.com/MingweiSamuel/Riven" description = "Riot Games API Library" readme = "../README.md" license = "MIT" edition = "2018" -include = [ "src/**", "../README.md" ] +include = [ "src/**", "../README.md", "/examples" ] keywords = [ "riot-games", "riot", "league", "league-of-legends" ] categories = [ "api-bindings", "web-programming::http-client" ]