Skip to content

Commit a30d24f

Browse files
authored
Merge pull request #86 from termoshtt/procedurals
Use procedurals instead of enum-error-derive (deprecated)
2 parents 52e7aa1 + a98bfe1 commit a30d24f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ netlib-system = ["lapack/netlib", "netlib-src/system"]
2323
[dependencies]
2424
rand = "0.3"
2525
derive-new = "0.4"
26-
enum-error-derive = "0.1"
26+
procedurals = "0.2"
2727
num-traits = "0.1"
2828
num-complex = "0.1"
2929

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ extern crate rand;
2424
#[macro_use(s)]
2525
extern crate ndarray;
2626
#[macro_use]
27-
extern crate enum_error_derive;
27+
extern crate procedurals;
2828
#[macro_use]
2929
extern crate derive_new;
3030

0 commit comments

Comments
 (0)