Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ exclude = [ "fuzz" ]

[workspace.package]
edition = "2021"
rust-version = "1.88"

[package]
name = "libzstd-rs-sys"
Expand All @@ -13,7 +14,8 @@ repository = "https://github.com/trifectatechfoundation/libzstd-rs-sys"
description = "a rust implementation of zstd compression and decompression"
license = "BSD-3-Clause"
publish = true
edition = "2021"
edition.workspace = true
rust-version.workspace = true
autobins = false
include = [
"Cargo.toml",
Expand Down
2 changes: 1 addition & 1 deletion test-libzstd-rs-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition.workspace = true
# repository.workspace = true
# homepage.workspace = true
# publish.workspace = true
# rust-version.workspace = true
rust-version.workspace = true

[dependencies.libzstd-rs-sys]
path = ".."
Expand Down
Loading