diff options
| author | Corey Richardson <corey@octayn.net> | 2013-12-17 16:40:33 -0500 |
|---|---|---|
| committer | Corey Richardson <corey@octayn.net> | 2013-12-19 10:10:23 -0500 |
| commit | dee110757121bfc033dd1e6e2ed6a0a86a3f0a58 (patch) | |
| tree | 42b70b060f7712c87474dcc9208ca27feb5e8d1c /src/libextra | |
| parent | b6933f8d8b86f78ac7b5f70f0781d794144763a0 (diff) | |
| download | rust-dee110757121bfc033dd1e6e2ed6a0a86a3f0a58.tar.gz rust-dee110757121bfc033dd1e6e2ed6a0a86a3f0a58.zip | |
Rename pkgid to crate_id
Closes #11035
Diffstat (limited to 'src/libextra')
| -rw-r--r-- | src/libextra/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libextra/lib.rs b/src/libextra/lib.rs index 8e739809b87..82ca4d65b23 100644 --- a/src/libextra/lib.rs +++ b/src/libextra/lib.rs @@ -20,7 +20,9 @@ Rust extras are part of the standard Rust distribution. */ +// NOTE: remove after snapshot #[pkgid = "extra#0.9-pre"]; +#[crate_id = "extra#0.9-pre"]; #[comment = "Rust extras"]; #[license = "MIT/ASL2"]; #[crate_type = "rlib"]; |
