We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b87a83c commit 5479641Copy full SHA for 5479641
Cargo.toml
@@ -30,7 +30,7 @@ postgres-openssl = "0.5"
30
primitive-types = "0.8"
31
prometheus = "0.13"
32
rand = { version = "0.8", features = ["small_rng"] }
33
-receipts = { git = "ssh://git@github.com/edgeandnode/receipts.git", rev = "ec03f80" }
+receipts = { git = "ssh://git@github.com/edgeandnode/receipts.git", rev = "74dec24" }
34
reqwest = { version = "0.11", features = ["json"] }
35
secp256k1 = "0.20"
36
serde = "1.0"
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM rust:1.56-buster AS build
+FROM rust:1.58-buster AS build
2
3
ARG GH_USER
4
ARG GH_TOKEN
0 commit comments