Skip to content

Commit b910e04

Browse files
committed
use the original name for lazy-regex-proc_macros
1 parent a380485 commit b910e04

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ readme = "README.md"
1414
once_cell = "1.7"
1515
regex = "1.5"
1616

17-
[dependencies.proc_macros]
18-
package = "lazy-regex-proc_macros"
17+
[dependencies.lazy-regex-proc_macros]
1918
path = "src/proc_macros"
2019
version = "2.0.1"
2120

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ It's checked at compile time to ensure you have the right number of capturing gr
8686

8787
pub use {
8888
once_cell,
89-
proc_macros::{
89+
lazy_regex_proc_macros::{
9090
regex,
9191
regex_captures,
9292
regex_find,

0 commit comments

Comments
 (0)