Skip to content

Commit

Permalink
Set readme
Browse files Browse the repository at this point in the history
  • Loading branch information
1BADragon committed Jan 12, 2025
1 parent dd99f24 commit e26f787
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ jobs:
toolchain: stable
override: true

- name: Copy Readme
run: cp README.md rscel/README.md

- name: publish rscel
run: cargo publish -p rscel --token ${{ secrets.CRATES_IO_API_KEY }}

Expand All @@ -76,8 +73,5 @@ jobs:
toolchain: stable
override: true

- name: Copy Readme
run: cp README.md rscel/README.md

- name: publish rscel-macro
run: cargo publish -p rscel-macro --token ${{ secrets.CRATES_IO_API_KEY }}
1 change: 1 addition & 0 deletions rscel-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = { workspace = true }
edition = { workspace = true }
description = { workspace = true }
license = { workspace = true }
readme = "../README.md"

[lib]
proc-macro = true
Expand Down
1 change: 1 addition & 0 deletions rscel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = { workspace = true }
edition = { workspace = true }
description = { workspace = true }
license = { workspace = true }
readme = "../README.md"

[features]
default = ["type_prop", "protobuf"]
Expand Down

0 comments on commit e26f787

Please sign in to comment.