Skip to content

Commit

Permalink
Version 0.9.1
Browse files Browse the repository at this point in the history
Changelog:
 - Turn library into a thin wrapper over std::mem::offset_of! when
   possible
  • Loading branch information
Gilnaa committed Mar 26, 2024
1 parent 0ec6b3b commit 153fc3d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Changelog

## Unreleased
- Clarify documentation about macro indirection

## v0.9.1 (26/03/2024)
### Added
- Added changelog

### Changed
- Clarify documentation about macro indirection
- Turn the crate into a thin stdlib wrapper on rustc>=1.77
- Turn `unstable_offset_of` and `unstable_const` into NOPs; they are not needed any more on recent nightlies

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 = "memoffset"
version = "0.9.0"
version = "0.9.1"
authors = ["Gilad Naaman <gilad.naaman@gmail.com>"]
description = "offset_of functionality for Rust structs."
license = "MIT"
Expand Down

0 comments on commit 153fc3d

Please sign in to comment.