aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLinus Färnstrand <faern@faern.net>2018-07-17 20:12:59 +0200
committerLinus Färnstrand <faern@faern.net>2018-07-29 18:54:45 +0200
commit6abe0b52182afc56ac9cb8f09055f80eb4db2bb1 (patch)
treed4f67b81ba55d40974272c45a748d9014c6f88f5 /Cargo.toml
parent7d262c091e9a839304ba23a0615f376917d066fd (diff)
downloadlibc-6abe0b52182afc56ac9cb8f09055f80eb4db2bb1.tar.gz
Add align feature and use on in6_addr
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 662d0ad6..c1ff5da2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,6 +20,7 @@ appveyor = { repository = "rust-lang/libc", project_name = "rust-lang-libs/libc"
[features]
default = ["use_std"]
use_std = []
+align = []
[workspace]
members = ["libc-test"]