Skip to content

Commit

Permalink
bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sonodima committed Oct 3, 2024
1 parent 404bfd5 commit b6e7045
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "microseh"
version = "1.1.0"
version = "1.1.1"
authors = ["sonodima"]
edition = "2021"

Expand Down
4 changes: 2 additions & 2 deletions src/code.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/// Represents a system-specific exception code.
///
///
/// This enum encapsulates the various exception codes that can be returned by the
/// `GetExceptionCode` Windows API function.
///
///
/// See: <https://learn.microsoft.com/en-us/windows/win32/debug/getexceptioncode>
#[repr(u32)]
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
Expand Down

0 comments on commit b6e7045

Please sign in to comment.