mirror of
https://github.com/NotAShelf/microfetch.git
synced 2026-02-23 19:31:59 +00:00
chore: bump dependencies; set MSRV to 1.91.0
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I9b88bddb82e8f2d0d4e249cc3a27c61f6a6a6964
This commit is contained in:
parent
f1d0622f84
commit
3988436fa9
2 changed files with 6 additions and 6 deletions
|
|
@ -4,7 +4,7 @@ description = "Microscopic fetch tool in Rust, for NixOS systems, with special
|
|||
version = "0.4.13"
|
||||
edition = "2024"
|
||||
authors = [ "NotAShelf <raf@notashelf.dev>" ]
|
||||
rust-version = "1.90"
|
||||
rust-version = "1.91.0"
|
||||
readme = "./docs/README.md"
|
||||
repository = "https://github.com/notashelf/microfetch"
|
||||
license = "GPL-3.0"
|
||||
|
|
@ -18,7 +18,7 @@ name = "microfetch"
|
|||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
hotpath = { optional = true, version = "0.9.3" }
|
||||
hotpath = { optional = true, version = "0.10.1" }
|
||||
libc = "0.2.180"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue