Skip to content

Commit b85d861

Browse files
committed
modify cargo
1 parent abacb62 commit b85d861

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changes
22

3+
### v0.25.0 (2026/02/14)
4+
* Remove retry and upload
5+
* Change default support retry
6+
37
### v0.24.1 (2026/02/13)
48
* Modify docs
59

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "twapi-v2"
3-
version = "0.24.1"
3+
version = "0.25.0"
44
authors = ["aoyagikouhei <aoyagi.kouhei@gmail.com>"]
55
license = "MIT"
66
edition = "2024"
@@ -28,10 +28,8 @@ form_urlencoded = { version = "1.2", optional = true }
2828

2929
[features]
3030
default = []
31-
retry = []
3231
oauth10a = ["base64", "hmac", "rand", "sha1", "form_urlencoded"]
3332
models = []
34-
upload = []
3533

3634
[dev-dependencies]
3735
anyhow = "1"
@@ -40,6 +38,6 @@ tokio = { version = "1", features = ["macros"] }
4038

4139
[package.metadata.docs.rs]
4240
all-features = true
43-
features = ["retry", "oauth10a", "models"]
41+
features = ["oauth10a", "models"]
4442
rustdoc-args = ["--cfg", "docsrs"]
4543
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]

examples/oauth-web/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/post-media/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/streaming/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

twapi-v2-rs.code-workspace

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
"settings": {
1717
"rust-analyzer.cargo.features": [
1818
"oauth10a",
19-
"retry",
2019
"models",
21-
"upload",
2220
],
2321
"rust-analyzer.linkedProjects": [
2422
"./Cargo.toml",

0 commit comments

Comments
 (0)