Skip to content

Commit 6ab186f

Browse files
authored
Merge pull request #302 from regexident/export-cargo-platform
Export `cargo_platform` from crate root
2 parents 70018a8 + a36f425 commit 6ab186f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
### Added
88

99
- 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.
1011

1112
### Changed
1213

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ use std::process::{Command, Stdio};
9797
use std::str::{from_utf8, FromStr};
9898

9999
pub use camino;
100+
pub use cargo_platform;
100101
pub use semver;
101102
use semver::Version;
102103

0 commit comments

Comments
 (0)