Skip to content

Commit e26f787

Browse files
committed
Set readme
1 parent dd99f24 commit e26f787

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/workflows/rust.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ jobs:
5656
toolchain: stable
5757
override: true
5858

59-
- name: Copy Readme
60-
run: cp README.md rscel/README.md
61-
6259
- name: publish rscel
6360
run: cargo publish -p rscel --token ${{ secrets.CRATES_IO_API_KEY }}
6461

@@ -76,8 +73,5 @@ jobs:
7673
toolchain: stable
7774
override: true
7875

79-
- name: Copy Readme
80-
run: cp README.md rscel/README.md
81-
8276
- name: publish rscel-macro
8377
run: cargo publish -p rscel-macro --token ${{ secrets.CRATES_IO_API_KEY }}

rscel-macro/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = { workspace = true }
44
edition = { workspace = true }
55
description = { workspace = true }
66
license = { workspace = true }
7+
readme = "../README.md"
78

89
[lib]
910
proc-macro = true

rscel/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = { workspace = true }
44
edition = { workspace = true }
55
description = { workspace = true }
66
license = { workspace = true }
7+
readme = "../README.md"
78

89
[features]
910
default = ["type_prop", "protobuf"]

0 commit comments

Comments
 (0)