Skip to content

Commit

Permalink
more CI based fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwample committed Mar 7, 2024
1 parent 1d52802 commit 5c5e0bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:

# Build ptrs proxy PoC
- name: Build library
run: cargo build --bin proxy --release
run: cargo build --bins --release

- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
Expand Down
4 changes: 0 additions & 4 deletions crates/obfs4/src/bin/fwd_proxy/main.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
#![feature(noop_waker)]
#![feature(trait_alias)]
#![feature(slice_flatten)]
#![feature(stdarch_x86_avx512)]

mod config;
mod handler;
Expand Down

0 comments on commit 5c5e0bb

Please sign in to comment.