Skip to content

Commit

Permalink
merge pull request #20 from sonodima/chore/version-1.1.1
Browse files Browse the repository at this point in the history
bump version to 1.1.1
  • Loading branch information
sonodima authored Oct 3, 2024
2 parents 404bfd5 + b6e7045 commit 1695c95
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 1695c95

Please sign in to comment.