Skip to content

Commit 66a5de2

Browse files
committed
v0.2.1 — Relax mutability of a method's receiver
- Changed the receiver of `InPlace::open()` from `&mut self` to `&self` - Increased MSRV to 1.74
1 parent 1220cb7 commit 66a5de2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v0.3.0 (in development)
2-
-----------------------
1+
v0.2.1 (2024-07-25)
2+
-------------------
33
- Changed the receiver of `InPlace::open()` from `&mut self` to `&self`
44
- Increased MSRV to 1.74
55

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "in-place"
3-
version = "0.3.0-dev"
3+
version = "0.2.1"
44
edition = "2021"
55
rust-version = "1.74"
66
description = "In-place file processing"

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2023 John Thorvald Wodder II
3+
Copyright (c) 2023-2024 John Thorvald Wodder II
44

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

0 commit comments

Comments
 (0)