Skip to content

Commit

Permalink
Release v3.2.1 (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
obmarg committed Jun 26, 2023
1 parent 23c8894 commit 0acec85
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
body_path: ${{ github.workspace }}/release-text.md

upload-assets:
needs: publish
strategy:
matrix:
os:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ edition = "2021"
homepage = "https://cynic-rs.dev"
repository = "https://github.com/obmarg/cynic"
license = "MPL-2.0"
version = "3.2.0"
version = "3.2.1"
rust-version = "1.69"

[profile.dev]
Expand Down
4 changes: 2 additions & 2 deletions cynic-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ path = "src/main.rs"
[dependencies]
clap = { version = "4", features = ["derive"] }
colored = "2"
cynic = { path = "../cynic", version = "3.2.0", features = ["http-reqwest-blocking"] }
cynic-introspection = { path = "../cynic-introspection", version = "3.2.0" }
cynic = { path = "../cynic", version = "3.2.1", features = ["http-reqwest-blocking"] }
cynic-introspection = { path = "../cynic-introspection", version = "3.2.1" }
reqwest = { version = "0.11", features = ["blocking"] }
thiserror = "1"

Expand Down
2 changes: 1 addition & 1 deletion cynic-proc-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ rkyv = ["cynic-codegen/rkyv"]
proc-macro = true

[dependencies]
cynic-codegen = { path = "../cynic-codegen", version = "3.2.0" }
cynic-codegen = { path = "../cynic-codegen", version = "3.2.1" }
quote = "1"
syn = "1.0.87"
2 changes: 1 addition & 1 deletion cynic-querygen-web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
version = "3.2.0"
version = "3.2.1"
name = "cynic-querygen-web"
repository = "https://github.com/obmarg/cynic"
authors = ["Graeme Coupar<[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion cynic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ http-reqwest-blocking = ["http-reqwest", "reqwest/blocking", "serde_json"]
rkyv = ["cynic-proc-macros/rkyv"]

[dependencies]
cynic-proc-macros = { path = "../cynic-proc-macros", version = "3.2.0" }
cynic-proc-macros = { path = "../cynic-proc-macros", version = "3.2.1" }
ref-cast = "1.0.15"
serde = { version = "1.0.136", features = [ "derive" ] }
serde_json = { version = "1.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cynic-examples"
version = "3.2.0"
version = "3.2.1"
authors = ["Graeme Coupar <[email protected]>"]
edition = "2018"
publish = false
Expand Down

0 comments on commit 0acec85

Please sign in to comment.