Skip to content

Commit

Permalink
Merge pull request #15 from rnestler/upgrade-parse-display
Browse files Browse the repository at this point in the history
Upgrade parse display
  • Loading branch information
rnestler authored Jan 3, 2024
2 parents 22dab40 + c6a6315 commit a6a2f25
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.58
toolchain: 1.65
override: true
- name: Run build
uses: actions-rs/cargo@v1
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Changed

* Update parse-display dependency to 0.8
* Bump MSRV to 1.65

## [0.3.0] - 2023-04-04

### Changed
Expand Down
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version = "0.3.0"
authors = ["Raphael Nestler <raphael.nestler@gmail.com>"]
license = "MIT OR Apache-2.0"
edition = "2018"
rust-version = "1.65"
description = "Access the yts.mx API"
categories = ["api-bindings"]
repository = "https://github.com/rnestler/yts-api-rs"
Expand All @@ -15,7 +16,7 @@ serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.64"
hyper = { version = "0.14.4", features = ["full"] }
hyper-tls = "0.5.0"
parse-display = "0.6.0"
parse-display = "0.8.2"

[dev_dependencies]
tokio = { version = "1.3.0", features = ["macros", "rt-multi-thread"] }

0 comments on commit a6a2f25

Please sign in to comment.