Skip to content

Commit

Permalink
fix meta
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Nov 20, 2022
1 parent 2f6328e commit 669810f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,13 @@ env:
jobs:
publish:
runs-on: ubuntu-latest
env:
PROTOC_VERSION: "3.20.3"
if: github.event_name == 'release' && github.event.action == 'published'
steps:
- uses: actions/checkout@v3
- name: Setup | Rust
uses: ATiltedTree/setup-rust@v1
with:
rust-version: nightly
- name: Install protoc
run: |
curl -OL https://github.com/protocolbuffers/protobuf/releases/download/v$PROTOC_VERSION/protoc-$PROTOC_VERSION-linux-x86_64.zip
sudo unzip -o protoc-$PROTOC_VERSION-linux-x86_64.zip -d /usr/local bin/protoc
sudo unzip -o protoc-$PROTOC_VERSION-linux-x86_64.zip -d /usr/local 'include/*'
rm -f protoc-$PROTOC_VERSION-linux-x86_64.zip
- name: Cache
uses: Swatinem/rust-cache@v2
- uses: katyo/publish-crates@v1
Expand Down
9 changes: 8 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
[package]
name = "geometry-rs"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license-file = "LICENSE"
description = "geometry utils"
homepage = "http://github.com/ringsaturn/geometry-rs"
documentation = "http://github.com/ringsaturn/geometry-rs"
repository = "http://github.com/ringsaturn/geometry-rs"
readme = "README.md"
keywords = ["geometry"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ for [ringsaturn/tzf-rs](https://github.com/ringsaturn/tzf-rs).

```toml
[dependencies]
geometry-rs = "0.1.1"
geometry-rs = "0.1.2"
```

```rust
Expand Down

0 comments on commit 669810f

Please sign in to comment.