Skip to content

Commit

Permalink
Release spin_sleep 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexheretic committed Jan 5, 2024
1 parent dcd48ef commit 9c7ab6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased (v1.2.0)
# v1.2.0
* Deprecate `LoopHelper`. Instead use _spin_sleep_util_ crate.
* Windows: Use a high resolution waitable timer when available (>= Windows 10, version 1803).
* Windows: Replace _winapi_ with _windows-sys_ dependency.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spin_sleep"
version = "1.1.1"
version = "1.2.0"
edition = "2021"
authors = ["Alex Butler <[email protected]>"]
description = "Accurate sleeping. Only use native sleep as far as it can be trusted, then spin."
Expand Down

0 comments on commit 9c7ab6e

Please sign in to comment.