Skip to content

Commit fa84024

Browse files
committed
chore: Fix workflows, release-plz.toml
1 parent aa69db0 commit fa84024

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.github/workflows/wasm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# We use a synthetic crate to ensure no dev-dependencies are enabled, which can
2424
# be incompatible with some of these targets.
2525
- name: Create synthetic crate for testing
26-
run: cargo init --lib ci-build
26+
run: cargo init --edition 2021 --lib ci-build
2727
- name: Copy Rust version into synthetic crate
2828
run: cp crates/rust-toolchain.toml ci-build/
2929
- name: Copy patch directives into synthetic crate

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ edition = "2021"
2121
rust-version = "1.75"
2222
repository = "https://github.com/sugyan/atrium"
2323
license = "MIT"
24-
keywords = ["atproto", "bluesky", "mst"]
24+
keywords = ["atproto", "bluesky"]
2525

2626
[workspace.dependencies]
2727
# Intra-workspace dependencies

atrium-repo/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation = "https://docs.rs/atrium-repo"
99
readme = "README.md"
1010
repository.workspace = true
1111
license.workspace = true
12-
keywords.workspace = true
12+
keywords = ["atproto", "bluesky", "mst"]
1313

1414
[dev-dependencies]
1515
atrium-api.workspace = true

release-plz.toml

+7
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ git_release_enable = true
4646
git_tag_enable = true
4747
changelog_update = true
4848

49+
[[package]]
50+
name = "atrium-repo"
51+
publish = true
52+
git_release_enable = true
53+
git_tag_enable = true
54+
changelog_update = true
55+
4956
[[package]]
5057
name = "bsky-sdk"
5158
publish = true

0 commit comments

Comments
 (0)