Skip to content

Commit 4da1bb5

Browse files
committed
Fix package name declaration order
1 parent 601124c commit 4da1bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ crate-type = ["cdylib"]
1515

1616
[dependencies]
1717
pyo3 = "0.28.2"
18-
deno-urlpattern = { package = "urlpattern", version = "0.6.0" }
18+
deno-urlpattern = { version = "0.6.0", package = "urlpattern" }

0 commit comments

Comments
 (0)