diff options
| author | Zack Corr <zack@z0w0.me> | 2013-01-23 19:25:03 +1000 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2013-02-15 18:04:10 -0800 |
| commit | b10dc1af0661c68155c49f508fe7a26a2ea02083 (patch) | |
| tree | 739a5d4a077e0faecba6a4b1378426bdcfa320f7 /src/libstd/std.rc | |
| parent | 2192d11cd197a983f3ceb58aad98786c1b9f890d (diff) | |
| download | rust-b10dc1af0661c68155c49f508fe7a26a2ea02083.tar.gz rust-b10dc1af0661c68155c49f508fe7a26a2ea02083.zip | |
Move semver to std and finish rustpkg
Diffstat (limited to 'src/libstd/std.rc')
| -rw-r--r-- | src/libstd/std.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc index 3c2baae6d57..b0756104fe5 100644 --- a/src/libstd/std.rc +++ b/src/libstd/std.rc @@ -99,6 +99,7 @@ pub mod rl; pub mod workcache; pub mod bigint; pub mod stats; +pub mod semver; #[cfg(unicode)] mod unicode; |
