mirror of
https://github.com/MingweiSamuel/Riven.git
synced 2025-04-11 08:23:16 -07:00
Release 2.66.0
This commit is contained in:
parent
88fd078b3d
commit
aa74790e8b
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1165,7 +1165,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "riven"
|
||||
version = "2.65.0"
|
||||
version = "2.66.0"
|
||||
dependencies = [
|
||||
"console_error_panic_hook",
|
||||
"console_log",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "riven"
|
||||
version = "2.65.0"
|
||||
version = "2.66.0"
|
||||
authors = [ "Mingwei Samuel <mingwei.samuel@gmail.com>" ]
|
||||
repository = "https://github.com/MingweiSamuel/Riven"
|
||||
description = "Riot Games API Library"
|
||||
|
|
|
@ -14,7 +14,7 @@ when Riven is at the rate limit.
|
|||
Put your API key into either the `RGAPI_KEY` environment variable or the `apikey.txt`
|
||||
file, then run the proxy:
|
||||
```bash
|
||||
cargo run --example proxy --features riven/__proxy
|
||||
cargo run --example proxy --features __proxy
|
||||
```
|
||||
|
||||
Test in your browser or using `curl`. The first path segment specifies the region:
|
||||
|
|
Loading…
Reference in a new issue