Skip to content

Commit 93577bd

Browse files
committed
Fix broken rebase
1 parent c5447ab commit 93577bd

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/rust-supply-chain.yml

-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ jobs:
1919
- name: Checkout wireguard-go submodule
2020
run: git submodule update --init --depth=1 wireguard-go-rs/libwg/wireguard-go
2121

22-
- name: Checkout wireguard-go submodule
23-
run: git submodule update --init --depth=1 wireguard-go-rs/libwg/wireguard-go
24-
2522
- name: Run cargo deny
2623
uses: EmbarkStudios/cargo-deny-action@v1
2724
with:

wireguard-go-rs/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pub type LoggingCallback =
66
unsafe extern "system" fn(level: WgLogLevel, msg: *const c_char, context: *mut c_void);
77

88
// Needed to link libwg with cmaybenot
9-
#[cfg(daita)]
9+
#[cfg(feature = "daita")]
1010
use cmaybenot as _;
1111

1212
extern "C" {

0 commit comments

Comments
 (0)