Skip to content

Commit

Permalink
chore: Upgrade prost, tonic and petgraph (#20)
Browse files Browse the repository at this point in the history
* chore: Upgrade prost, tonic and petgraph

* chore: Update version

* fix ci release

Co-authored-by: Jake Oliver <github@skos.ninja>
  • Loading branch information
James Smith and skos-ninja committed Jul 9, 2021
1 parent f96222e commit e657345
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 54 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ name: Release
on:
push:
tags:
- 'v*'
- "v*"

jobs:
build:

runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -42,9 +41,9 @@ jobs:

- name: Compile to binary
run: cargo install -f --path .

- name: Copy the binary
run: cp ~/.cargo/bin/grpc-build ./grpc-build
run: cp ~/.cargo/bin/grpc_build ./grpc-build

- name: Create Release
id: create_release
Expand Down
104 changes: 58 additions & 46 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "grpc-build"
version = "0.1.1-alpha.0"
version = "0.2.0"
authors = ["Stefan Adrian Danaita <me@dsa.io>"]
license = "MIT"
edition = "2018"
Expand All @@ -22,10 +22,10 @@ path = "src/lib.rs"
name = "grpc_build"

[dependencies]
prost = "0.7"
petgraph = "0.5"
prost = "0.8"
petgraph = "0.6"
anyhow = "1"
tonic-build = "0.4"
tonic-build = "0.5"
structopt = { version ="0.3", features = ["paw"] }
paw = "1"
thiserror = "1"

0 comments on commit e657345

Please sign in to comment.