Bump MSRV for thread_local

This commit is contained in:
Dirkjan Ochtman 2023-02-17 21:06:51 +01:00
parent 46d23efacd
commit 6181d69b7c
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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"