Skip to content

Commit

Permalink
expose Signal struct
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiwi committed Mar 8, 2024
1 parent 20e0449 commit f16a04e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[package]
name = "wellen"
version = "0.8.9"
version = "0.8.10"
edition = "2021"
authors = ["Kevin Laeufer <[email protected]>"]
description = "Fast VCD and FST library for waveform viewers written in Rust."
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pub use hierarchy::{
GetItem, Hierarchy, HierarchyItem, Scope, ScopeRef, ScopeType, SignalRef, Timescale,
TimescaleUnit, Var, VarDirection, VarIndex, VarRef, VarType,
};
pub use signals::{Real, SignalValue, Time, TimeTableIdx, Waveform};
pub use signals::{Real, Signal, SignalValue, Time, TimeTableIdx, Waveform};
use thiserror::Error;

#[cfg(feature = "benchmark")]
Expand Down

0 comments on commit f16a04e

Please sign in to comment.