From e5f6d827da2937328c383d49d01ab1a0fd975fcf Mon Sep 17 00:00:00 2001 From: OGINO Masanori Date: Tue, 29 Jul 2014 11:03:20 +0900 Subject: [PATCH] Remove crate_id. Signed-off-by: OGINO Masanori --- src/cgmath.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cgmath.rs b/src/cgmath.rs index f97d4b6..9da848f 100644 --- a/src/cgmath.rs +++ b/src/cgmath.rs @@ -13,7 +13,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -#![crate_id="cgmath#0.1"] #![crate_type = "rlib"] #![crate_type = "dylib"] #![comment = "A mathematics library for computer graphics."]