File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 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
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 }}
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ version = { workspace = true }
44edition = { workspace = true }
55description = { workspace = true }
66license = { workspace = true }
7+ readme = " ../README.md"
78
89[lib ]
910proc-macro = true
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ version = { workspace = true }
44edition = { workspace = true }
55description = { workspace = true }
66license = { workspace = true }
7+ readme = " ../README.md"
78
89[features ]
910default = [" type_prop" , " protobuf" ]
You can’t perform that action at this time.
0 commit comments