Skip to content

Commit

Permalink
Removing unnecessary features.
Browse files Browse the repository at this point in the history
  • Loading branch information
innala committed Nov 17, 2023
1 parent 82ccdba commit cc49541
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 @@ -15,8 +15,8 @@ include = ["src/**/*", "LICENSE-MIT", "LICENSE-APACHE", "README.md", "build.rs"]

[dependencies]
prost = {version = "0.12.1", default-features = false, features = ["std"]}
prost-types = "0.12.1"
reqwest = "0.11.22"
prost-types = {version = "0.12.1", default-features = false, features = ["std"]}
reqwest = { version = "0.11.22", default-features = false, features = ["__rustls"] }
microjson = "0.1.2"
thiserror = "1"
heck = "0.5.0-rc.1"
Expand Down
1 change: 1 addition & 0 deletions src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -262,4 +262,5 @@ mod tests {
);
}


}

0 comments on commit cc49541

Please sign in to comment.