Skip to content

Commit 3b2120a

Browse files
committed
Setting up the v0.3.1 due to the publish GH action failed because the missing --all-features flag
1 parent 9735fd4 commit 3b2120a

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
with:
2929
registry-token: ${{ secrets.CRATES_IO_TOKEN }}
3030
publish-delay: 15000
31+
args: --all-features
3132

3233
release-publisher:
3334
needs: 'publish'

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ tokio-postgres = { workspace = true, optional = true }
2525
tiberius = { workspace = true, optional = true }
2626

2727
[workspace.dependencies]
28-
canyon_crud = { version = "0.3.0", path = "canyon_crud" }
29-
canyon_connection = { version = "0.3.0", path = "canyon_connection" }
30-
canyon_observer = { version = "0.3.0", path = "canyon_observer" }
31-
canyon_macros = { version = "0.3.0", path = "canyon_macros" }
28+
canyon_crud = { version = "0.3.1", path = "canyon_crud" }
29+
canyon_connection = { version = "0.3.1", path = "canyon_connection" }
30+
canyon_observer = { version = "0.3.1", path = "canyon_observer" }
31+
canyon_macros = { version = "0.3.1", path = "canyon_macros" }
3232

3333
tokio = { version = "1.27.0", features = ["full"] }
3434
tokio-util = { version = "0.7.4", features = ["compat"] }
@@ -51,7 +51,7 @@ quote = "1.0.9"
5151
proc-macro2 = "1.0.27"
5252

5353
[workspace.package]
54-
version = "0.3.0"
54+
version = "0.3.1"
5555
edition = "2021"
5656
authors = ["Alex Vergara<pyzyryab@tutanota.com>, Gonzalo Busto<gbm25@gmail.com>"]
5757
documentation = "https://zerodaycode.github.io/canyon-book/"

0 commit comments

Comments
 (0)