Skip to content

Commit 1979e3a

Browse files
committed
protocol: remove build script
1 parent 1d6cba7 commit 1979e3a

File tree

4 files changed

+1
-12
lines changed

4 files changed

+1
-12
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protocol/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,3 @@ net = ["std"]
2020
[dependencies]
2121
log.workspace = true
2222
bitflags.workspace = true
23-
24-
[build-dependencies]
25-
autocfg = "1.3"

protocol/build.rs

Lines changed: 0 additions & 7 deletions
This file was deleted.

protocol/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//! Xash3D protocol between clients, servers and masters.
88
99
#![cfg_attr(all(not(feature = "std"), not(test)), no_std)]
10-
#![cfg_attr(all(doc, has_doc_auto_cfg), feature(doc_auto_cfg))]
10+
#![cfg_attr(all(doc, docsrs), feature(doc_auto_cfg))]
1111

1212
#[cfg(feature = "alloc")]
1313
extern crate alloc;

0 commit comments

Comments
 (0)