Skip to content

Commit

Permalink
Version bump dependencies (#17)
Browse files Browse the repository at this point in the history
* Version bump

* Version-bump bitflags dep
  • Loading branch information
Slushee-a authored Sep 28, 2023
1 parent e6f2ea4 commit aefa0e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ exclude = [
]

[dependencies]
embedded-graphics = "0.7.1"
bitflags = "1.3.2"
embedded-graphics = "0.8.1"
bitflags = "2.4.0"

[dev-dependencies]
chrono = "0.4.19"
embedded-graphics-simulator = "0.3.0"
chrono = "0.4.31"
embedded-graphics-simulator = "0.5.0"
1 change: 1 addition & 0 deletions src/segments.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ bitflags! {
/// </g>
/// </svg>
/// </center>
#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
pub struct Segments: u8 {
/// A segment.
const A = 0b01000000;
Expand Down

0 comments on commit aefa0e8

Please sign in to comment.