-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove warnings, propegate version because of msrv feature that hasn'…
…t landed, move examples
- Loading branch information
James Connolly
committed
May 20, 2024
1 parent
049b722
commit 3d2001e
Showing
5 changed files
with
14 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
[workspace] | ||
resolver = "2" | ||
members = ["wellen"] | ||
default-members = ["wellen"] | ||
|
||
[workspace.package] | ||
version = "0.9.10" | ||
|
@@ -15,7 +16,8 @@ authors = ["Kevin Laeufer <[email protected]>"] | |
description = "Fast VCD and FST library for waveform viewers written in Rust." | ||
repository = "https://github.com/ekiwi/wellen" | ||
license = "BSD-3-Clause" | ||
default-members = ["wellen"] | ||
|
||
|
||
include = ["Cargo.toml", "LICENSE", "src/", "benches/"] | ||
keywords = ["vcd", "fst", "waveform", "wavedump"] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
../inputs |