mirror of
https://github.com/BioArchLinux/bioarchlinux-packages.git
synced 2025-03-10 06:24:00 +00:00
Merge branch 'imlonghao:master' into master
This commit is contained in:
commit
8a610c7df7
3 changed files with 6 additions and 19 deletions
13
.drone.yml
13
.drone.yml
|
@ -3,19 +3,6 @@ kind: pipeline
|
|||
type: docker
|
||||
name: build
|
||||
steps:
|
||||
- name: sync to github
|
||||
image: appleboy/drone-git-push
|
||||
settings:
|
||||
remote: git@github.com:imlonghao/archlinuxcn-packages.git
|
||||
remote_name: github
|
||||
branch: master
|
||||
local_ref: master
|
||||
force: true
|
||||
ssh_key:
|
||||
from_secret: GITHUB_DEPLOY_SSH_KEY
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
- name: test
|
||||
image: rust:1.63.0
|
||||
commands:
|
||||
|
|
10
Cargo.lock
generated
10
Cargo.lock
generated
|
@ -450,9 +450,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|||
|
||||
[[package]]
|
||||
name = "chrono"
|
||||
version = "0.4.21"
|
||||
version = "0.4.22"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3f725f340c3854e3cb3ab736dc21f0cca183303acea3b3ffec30f141503ac8eb"
|
||||
checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1"
|
||||
dependencies = [
|
||||
"iana-time-zone",
|
||||
"js-sys",
|
||||
|
@ -965,12 +965,12 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "iana-time-zone"
|
||||
version = "0.1.41"
|
||||
version = "0.1.44"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1779539f58004e5dba1c1f093d44325ebeb244bfc04b791acdc0aaeca9c04570"
|
||||
checksum = "808cf7d67cf4a22adc5be66e75ebdf769b3f2ea032041437a7061f97a63dad4b"
|
||||
dependencies = [
|
||||
"android_system_properties",
|
||||
"core-foundation",
|
||||
"core-foundation-sys",
|
||||
"js-sys",
|
||||
"wasm-bindgen",
|
||||
"winapi",
|
||||
|
|
|
@ -11,7 +11,7 @@ ansi-to-html = "0.1.0"
|
|||
anyhow = "1.0.61"
|
||||
bigdecimal = "0.3.0"
|
||||
cached = "0.38.0"
|
||||
chrono = "0.4.21"
|
||||
chrono = "0.4.22"
|
||||
deadpool-postgres = "0.10.2"
|
||||
enum-display-derive = "0.1.1"
|
||||
openssl = { version = "0.10.41", features = ["vendored"] }
|
||||
|
|
Loading…
Add table
Reference in a new issue