mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-22 17:06:29 +00:00
rebuild
This commit is contained in:
@@ -15,12 +15,15 @@ jobs:
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
key: cargo-lock-{{ checksum "Cargo.lock" }}
|
||||
key: cargo-lock-2-{{ checksum "Cargo.lock" }}
|
||||
- run:
|
||||
name: "Build"
|
||||
command: "cargo build --release"
|
||||
command: "cargo build"
|
||||
- run:
|
||||
name: "Test"
|
||||
command: "cargo test"
|
||||
- save_cache:
|
||||
key: cargo-lock-{{ checksum "Cargo.lock" }}
|
||||
key: cargo-lock-2-{{ checksum "Cargo.lock" }}
|
||||
paths:
|
||||
- target
|
||||
- ~/.cargo
|
||||
|
||||
16
Cargo.toml
16
Cargo.toml
@@ -8,13 +8,13 @@ edition = "2021"
|
||||
[dependencies]
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
bytes = "1"
|
||||
md-5 = "*"
|
||||
bb8 = "*"
|
||||
async-trait = "*"
|
||||
rand = "*"
|
||||
md-5 = "0.10"
|
||||
bb8 = "0.7"
|
||||
async-trait = "0.1"
|
||||
rand = "0.8"
|
||||
chrono = "0.4"
|
||||
sha-1 = "*"
|
||||
toml = "*"
|
||||
serde = "*"
|
||||
serde_derive = "*"
|
||||
sha-1 = "0.10"
|
||||
toml = "0.5"
|
||||
serde = "1"
|
||||
serde_derive = "1"
|
||||
regex = "1"
|
||||
|
||||
Reference in New Issue
Block a user