We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70018a8 + a36f425 commit 6ab186fCopy full SHA for 6ab186f
CHANGELOG.md
@@ -7,6 +7,7 @@
7
### Added
8
9
- Added `pub fn env_remove<K: Into<OsString>>(&mut self, key: K) -> &mut MetadataCommand` to `MetadataCommand`.
10
+- Added export of `cargo_platform` at crate's root module.
11
12
### Changed
13
src/lib.rs
@@ -97,6 +97,7 @@ use std::process::{Command, Stdio};
97
use std::str::{from_utf8, FromStr};
98
99
pub use camino;
100
+pub use cargo_platform;
101
pub use semver;
102
use semver::Version;
103
0 commit comments