Skip to content

Commit 2db1d47

Browse files
committed
Update for plugin changes
1 parent 6537d16 commit 2db1d47

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ extern crate serialize;
7070
extern crate sync;
7171
extern crate time;
7272
extern crate phf;
73-
#[phase(syntax)]
73+
#[phase(plugin)]
7474
extern crate phf_mac;
7575
extern crate url;
76-
#[phase(syntax, link)]
76+
#[phase(plugin, link)]
7777
extern crate log;
7878
extern crate uuid;
7979

submodules/rust-phf

Submodule rust-phf updated from c87dbfd to 3e6048c

0 commit comments

Comments
 (0)