mirror of https://github.com/MingweiSamuel/Riven
Release 2.34.0-beta.0
fix: include `/examples` in publish (included in `2.34.0-beta.0`)pull/64/head
parent
23f301dd1d
commit
f562c6693d
|
@ -1,13 +1,13 @@
|
|||
[package]
|
||||
name = "riven"
|
||||
version = "2.33.1"
|
||||
version = "2.34.0-beta.0"
|
||||
authors = ["Mingwei Samuel <mingwei.samuel@gmail.com>"]
|
||||
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" ]
|
||||
|
||||
|
|
Loading…
Reference in New Issue