Skip to content

Commit

Permalink
Downgrade parse-display-derive to lower MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
kugland committed Feb 1, 2025
1 parent 2f6bbaa commit dec0d31
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
[package]
name = "neocities-deploy"
description = "A command-line tool for deploying your Neocities site"
version = "0.1.14"
version = "0.1.15"
license = "GPL-3.0"
authors = ["André Kugland <kugland@gmail.com>"]
homepage = "https://github.com/kugland/neocities-deploy"
repository = "https://github.com/kugland/neocities-deploy"
edition = "2021"
resolver = "2"
rust-version = "1.82.0"
rust-version = "1.74.1"

[dependencies]
anyhow = "1.0.82"
bytesize = "1.3.0"
clap = { version = "4.4.18", features = ["derive"] }
clap = { version = "4.5.27", features = ["derive"] }
directories = "6.0.0"
ignore = "0.4.22"
indexmap = { version = "2.2.6", features = ["serde"] }
inquire = "0.7.4"
itertools = "0.14.0"
log = "0.4.21"
neocities-client = "0.1.14"
parse-display = { version = "0.10.0", default-features = false }
neocities-client = "0.1.15"
parse-display = { version = "0.9.1", default-features = false }
pretty_env_logger = "0.5.0"
serde = { version = "1.0.200", features = ["derive"] }
sha1 = "0.10.6"
Expand Down

0 comments on commit dec0d31

Please sign in to comment.