Skip to content

Commit 947c14d

Browse files
author
Guillaume Desmottes
committed
document that the v1_* pattern is actually enforced
1 parent 703b96e commit 947c14d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
//! `-sys` crates willing to support various versions of their underlying system libraries
4747
//! can use features to control the version of the dependency required.
4848
//! `system-deps` will pick the highest version among enabled features.
49-
//! Such version features should use the pattern `v1_0`, `v1_2`, etc.
49+
//! Such version features must use the pattern `v1_0`, `v1_2`, etc.
5050
//!
5151
//! ```toml
5252
//! [features]

0 commit comments

Comments
 (0)