Skip to content

Commit

Permalink
Remove reqwest
Browse files Browse the repository at this point in the history
  • Loading branch information
c410-f3r committed Aug 1, 2024
1 parent 01441ef commit e8c9bfb
Show file tree
Hide file tree
Showing 78 changed files with 1,134 additions and 2,544 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
components: clippy,rustfmt
override: true
profile: minimal
toolchain: nightly-2023-10-15
toolchain: nightly-2024-07-10

- uses: Swatinem/rust-cache@v2

Expand All @@ -35,7 +35,7 @@ jobs:
components: clippy,rustfmt
override: true
profile: minimal
toolchain: nightly-2023-10-15
toolchain: nightly-2024-07-10

- uses: Swatinem/rust-cache@v2

Expand Down
4 changes: 1 addition & 3 deletions .scripts/internal-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ rt='rust-tools --template you-rust'

export CARGO_TARGET_DIR="$($rt target-dir)"
export RUST_BACKTRACE=1
export RUSTFLAGS="$($rt rust-flags -Asingle_use_lifetimes "")"
export RUSTFLAGS="$($rt rust-flags -Asingle_use_lifetimes,-Aunsafe-code "")"

$rt rustfmt
$rt clippy

$rt check-generic .
$rt check-with-features . async-send
$rt check-with-features . base64
$rt check-with-features . bincode
$rt check-with-features . bs58
Expand All @@ -29,5 +28,4 @@ $rt check-with-features . nager-date
$rt check-with-features . primitive-types
$rt check-with-features . rick-and-morty
$rt check-with-features . solana
$rt check-with-features . solana-program
$rt check-with-features . std
Loading

0 comments on commit e8c9bfb

Please sign in to comment.