Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
9ae4995c
Unverified
Commit
9ae4995c
authored
Oct 19, 2021
by
Squirrel
Browse files
Merge branch 'master' into giles-remove-light-client
parents
7008152c
b72dd980
Pipeline
#162839
passed with stages
in 41 minutes and 28 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9ae4995c
...
...
@@ -31,7 +31,6 @@ variables:
VAULT_SERVER_URL
:
"
https://vault.parity-mgmt-vault.parity.io"
VAULT_AUTH_PATH
:
"
gitlab-parity-io-jwt"
VAULT_AUTH_ROLE
:
"
cicd_gitlab_parity_${CI_PROJECT_NAME}"
PIPELINE_SCRIPTS_TAG
:
"
v0.1"
default
:
cache
:
{}
...
...
Cargo.lock
View file @
9ae4995c
...
...
@@ -3279,9 +3279,9 @@ checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
[[package]]
name = "libc"
version = "0.2.10
3
"
version = "0.2.10
4
"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
dd8f7255a17a627354f321ef0055d63b898c6fb27eff628af4d1b66b7331edf6
"
checksum = "
7b2f96d100e1cf1929e7719b7edb3b90ab5298072638fccd77be9ce942ecdfce
"
[[package]]
name = "libgit2-sys"
...
...
node/core/pvf/Cargo.toml
View file @
9ae4995c
...
...
@@ -15,7 +15,7 @@ async-process = "1.1.0"
assert_matches
=
"1.4.0"
futures
=
"0.3.17"
futures-timer
=
"3.0.2"
libc
=
"0.2.10
3
"
libc
=
"0.2.10
4
"
slotmap
=
"1.0"
tracing
=
"0.1.29"
pin-project
=
"1.0.8"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment