Skip to content

Commit 9467672

Browse files
committed
pyo3-asyncio-macros -> pyo3-async-runtimes-macros
1 parent d525af9 commit 9467672

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ edition = "2021"
1818
rust-version = "1.63"
1919

2020
[workspace]
21-
members = ["pyo3-asyncio-macros"]
21+
members = ["pyo3-async-runtimes-macros"]
2222

2323
[features]
2424
async-std-runtime = ["async-std"]
@@ -121,7 +121,7 @@ inventory = { version = "0.3", optional = true }
121121
once_cell = "1.14"
122122
pin-project-lite = "0.2"
123123
pyo3 = "0.22"
124-
pyo3-async-runtimes-macros = { path = "pyo3-asyncio-macros", version = "=0.21.0", optional = true }
124+
pyo3-async-runtimes-macros = { path = "pyo3-async-runtimes-macros", version = "=0.22.0", optional = true }
125125

126126
[dev-dependencies]
127127
pyo3 = { version = "0.22", features = ["macros"] }

Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ test: lint
1616

1717
test-feature-powerset: lint
1818
cargo install cargo-hack
19-
cargo hack test --feature-powerset
19+
cargo hack test --feature-powerset
2020

21-
publish: test-feature-powerset
22-
cargo publish --manifest-path pyo3-asyncio-macros/Cargo.toml
23-
sleep 30 # wait for crates.io to update
21+
publish: test-feature-powerset
22+
cargo publish --package=pyo3-async-runtimes-macros
2423
cargo publish

0 commit comments

Comments
 (0)