Skip to content

Commit 7beaa7c

Browse files
committed
remove deprecated crate definitions
1 parent 6712d06 commit 7beaa7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
LIBNAME := $(shell rustc --crate-file-name argparse/mod.rs)
1+
LIBNAME := $(shell rustc --print-file-name argparse/mod.rs)
22

33

44
all: argparse-lib

argparse/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![crate_id = "argparse#0.1"]
1+
#![crate_name = "argparse"]
22
#![crate_type = "dylib"]
33

44
extern crate collections;

0 commit comments

Comments
 (0)