Bump edition and set rust-version

This commit is contained in:
Nicholas Rempel 2022-12-14 12:04:09 -08:00 committed by Dirkjan Ochtman
parent 7aabf7ec57
commit 72bfbe9af7
2 changed files with 5 additions and 4 deletions

View File

@ -12,16 +12,16 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, macos-latest, windows-latest] os: [ubuntu-latest, macos-latest, windows-latest]
rust: [stable, beta, 1.56.1] rust: [stable, beta, 1.60.0]
exclude: exclude:
- os: macos-latest - os: macos-latest
rust: beta rust: beta
- os: windows-latest - os: windows-latest
rust: beta rust: beta
- os: macos-latest - os: macos-latest
rust: 1.56.1 rust: 1.60.0
- os: windows-latest - os: windows-latest
rust: 1.56.1 rust: 1.60.0
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}

View File

@ -1,7 +1,7 @@
[package] [package]
name = "instant-acme" name = "instant-acme"
version = "0.1.1" version = "0.1.1"
edition = "2018" edition = "2021"
license = "Apache-2.0" license = "Apache-2.0"
description = "Async pure-Rust ACME client" description = "Async pure-Rust ACME client"
homepage = "https://github.com/InstantDomain/instant-acme" homepage = "https://github.com/InstantDomain/instant-acme"
@ -9,6 +9,7 @@ repository = "https://github.com/InstantDomain/instant-acme"
documentation = "https://docs.rs/instant-acme" documentation = "https://docs.rs/instant-acme"
keywords = ["letsencrypt", "acme"] keywords = ["letsencrypt", "acme"]
categories = ["web-programming", "api-bindings"] categories = ["web-programming", "api-bindings"]
rust-version = "1.60.0"
[dependencies] [dependencies]
base64 = "0.13.0" base64 = "0.13.0"