Commit fa84024 1 parent aa69db0 commit fa84024 Copy full SHA for fa84024
File tree 4 files changed +10
-3
lines changed
4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 23
23
# We use a synthetic crate to ensure no dev-dependencies are enabled, which can
24
24
# be incompatible with some of these targets.
25
25
- name : Create synthetic crate for testing
26
- run : cargo init --lib ci-build
26
+ run : cargo init --edition 2021 -- lib ci-build
27
27
- name : Copy Rust version into synthetic crate
28
28
run : cp crates/rust-toolchain.toml ci-build/
29
29
- name : Copy patch directives into synthetic crate
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ edition = "2021"
21
21
rust-version = " 1.75"
22
22
repository = " https://github.com/sugyan/atrium"
23
23
license = " MIT"
24
- keywords = [" atproto" , " bluesky" , " mst " ]
24
+ keywords = [" atproto" , " bluesky" ]
25
25
26
26
[workspace .dependencies ]
27
27
# Intra-workspace dependencies
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ documentation = "https://docs.rs/atrium-repo"
9
9
readme = " README.md"
10
10
repository.workspace = true
11
11
license.workspace = true
12
- keywords.workspace = true
12
+ keywords = [ " atproto " , " bluesky " , " mst " ]
13
13
14
14
[dev-dependencies ]
15
15
atrium-api.workspace = true
Original file line number Diff line number Diff line change @@ -46,6 +46,13 @@ git_release_enable = true
46
46
git_tag_enable = true
47
47
changelog_update = true
48
48
49
+ [[package ]]
50
+ name = " atrium-repo"
51
+ publish = true
52
+ git_release_enable = true
53
+ git_tag_enable = true
54
+ changelog_update = true
55
+
49
56
[[package ]]
50
57
name = " bsky-sdk"
51
58
publish = true
You can’t perform that action at this time.
0 commit comments