Skip to content

Commit

Permalink
chore: update to osauth-derive 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dtantsur committed Oct 7, 2023
1 parent e962d25 commit fe78c66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ default = ["native-tls", "stream"]
default-rustls = ["rustls", "stream"]
native-tls = ["reqwest/default-tls"]
rustls = ["reqwest/rustls-tls"]
stream = ["async-stream", "futures", "osauth-derive"]
stream = ["async-stream", "futures"]

[dependencies]

Expand All @@ -31,7 +31,7 @@ futures = { version = "^0.3", optional = true }
http = "^0.2"
lazy_static = "^1.4"
log = "^0.4"
osauth-derive = { version = "^0.1.1", optional = true }
osauth-derive = { version = "^0.1.2" }
percent-encoding = "^2.2"
pin-project = "^1.0"
reqwest = { version = "^0.11", default-features = false, features = ["gzip", "json", "stream"] }
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,4 @@ pub use crate::session::{ServiceRequestBuilder, Session};
pub use crate::stream::PaginatedResource;
#[cfg(feature = "stream")]
pub use osauth_derive::PaginatedResource;
pub use osauth_derive::QueryItem;

0 comments on commit fe78c66

Please sign in to comment.