Bump MSRV for thread_local
This commit is contained in:
parent
46d23efacd
commit
6181d69b7c
10
.drone.yml
10
.drone.yml
|
@ -8,7 +8,7 @@ platform:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: check
|
- name: check
|
||||||
image: rust:1.57
|
image: rust:1.59
|
||||||
volumes:
|
volumes:
|
||||||
- name: target
|
- name: target
|
||||||
path: /tmp/cargo-target
|
path: /tmp/cargo-target
|
||||||
|
@ -22,7 +22,7 @@ steps:
|
||||||
- cargo check --all-targets
|
- cargo check --all-targets
|
||||||
|
|
||||||
- name: fmt
|
- name: fmt
|
||||||
image: rust:1.57
|
image: rust:1.59
|
||||||
volumes:
|
volumes:
|
||||||
- name: target
|
- name: target
|
||||||
path: /tmp/cargo-target
|
path: /tmp/cargo-target
|
||||||
|
@ -37,7 +37,7 @@ steps:
|
||||||
- cargo fmt --all -- --check
|
- cargo fmt --all -- --check
|
||||||
|
|
||||||
- name: clippy
|
- name: clippy
|
||||||
image: rust:1.57
|
image: rust:1.59
|
||||||
volumes:
|
volumes:
|
||||||
- name: target
|
- name: target
|
||||||
path: /tmp/cargo-target
|
path: /tmp/cargo-target
|
||||||
|
@ -52,7 +52,7 @@ steps:
|
||||||
- cargo clippy --workspace --all-targets -- -D warnings
|
- cargo clippy --workspace --all-targets -- -D warnings
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
image: rust:1.57
|
image: rust:1.59
|
||||||
volumes:
|
volumes:
|
||||||
- name: target
|
- name: target
|
||||||
path: /tmp/cargo-target
|
path: /tmp/cargo-target
|
||||||
|
@ -66,7 +66,7 @@ steps:
|
||||||
- cargo test -- --nocapture
|
- cargo test -- --nocapture
|
||||||
|
|
||||||
- name: crates.io
|
- name: crates.io
|
||||||
image: rust:1.57
|
image: rust:1.59
|
||||||
volumes:
|
volumes:
|
||||||
- name: target
|
- name: target
|
||||||
path: /tmp/cargo-target
|
path: /tmp/cargo-target
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
name = "epp-client"
|
name = "epp-client"
|
||||||
version = "0.6.0"
|
version = "0.6.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.57"
|
rust-version = "1.59"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
description = "EPP (Extensible Provisioning Protocol) Client Library for Domain Registration and Management"
|
description = "EPP (Extensible Provisioning Protocol) Client Library for Domain Registration and Management"
|
||||||
repository = "https://github.com/masalachai/epp-client"
|
repository = "https://github.com/masalachai/epp-client"
|
||||||
|
|
Loading…
Reference in New Issue