Skip to content

Commit

Permalink
Merge pull request #64 from eyyyyyyy3/master
Browse files Browse the repository at this point in the history
Re-exported reqwest:Error under the builder module.
  • Loading branch information
soedirgo authored Oct 12, 2024
2 parents d740c1e + a321c99 commit c6a01c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2

- name: Build the stack
run: docker-compose -f ./tests/db/docker-compose.yml up -d
run: docker compose -f ./tests/db/docker-compose.yml up -d

- name: Set up toolchain
uses: actions-rs/toolchain@v1
Expand Down
3 changes: 2 additions & 1 deletion src/builder.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
pub use reqwest::Error;
use reqwest::{
header::{HeaderMap, HeaderValue},
Client, Error, Method, Response,
Client, Method, Response,
};

/// QueryBuilder struct
Expand Down

0 comments on commit c6a01c5

Please sign in to comment.