Skip to content

Commit 646da06

Browse files
committed
Upgrade to pyo3 0.3.1, part 3
1 parent eb2eba5 commit 646da06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example_tomlgen/hello/english/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(proc_macro)]
1+
#![feature(use_extern_macros)]
22

33
extern crate pyo3;
44

example_tomlgen/hello/french/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![feature(proc_macro)]
1+
#![feature(use_extern_macros)]
22

33
extern crate pyo3;
44

0 commit comments

Comments
 (0)