Skip to content

Commit

Permalink
v0.2.1 — Relax mutability of a method's receiver
Browse files Browse the repository at this point in the history
- Changed the receiver of `InPlace::open()` from `&mut self` to `&self`
- Increased MSRV to 1.74
  • Loading branch information
jwodder committed Jul 25, 2024
1 parent 1220cb7 commit 66a5de2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v0.3.0 (in development)
-----------------------
v0.2.1 (2024-07-25)
-------------------
- Changed the receiver of `InPlace::open()` from `&mut self` to `&self`
- Increased MSRV to 1.74

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 = "in-place"
version = "0.3.0-dev"
version = "0.2.1"
edition = "2021"
rust-version = "1.74"
description = "In-place file processing"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2023 John Thorvald Wodder II
Copyright (c) 2023-2024 John Thorvald Wodder II

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 66a5de2

Please sign in to comment.