Skip to content

Commit

Permalink
Migrated from 2021 edition to 2024.
Browse files Browse the repository at this point in the history
  • Loading branch information
koutheir committed Feb 22, 2025
1 parent 5f504ae commit 80c0289
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.13] - 2025-02-21

### Changed

- Migrated from 2021 edition to 2024.

## [1.0.12] - 2025-01-31

### Removed
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "process_vm_io"
version = "1.0.12" # Remember to update `html_root_url` and `dependency status` link.
version = "1.0.13" # Remember to update `html_root_url` and `dependency status` link.
description = "I/O access to virtual memory contents of processes"
authors = [
"Koutheir Attouchi <[email protected]>"
Expand All @@ -10,7 +10,7 @@ repository = "https://github.com/mdcssw/process_vm_io"
documentation = "https://docs.rs/process_vm_io"
readme = "README.md"
license = "MIT"
edition = "2021"
edition = "2024"
categories = [
"api-bindings",
"development-tools",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![crates.io](https://img.shields.io/crates/v/process_vm_io.svg)](https://crates.io/crates/process_vm_io)
[![docs.rs](https://docs.rs/process_vm_io/badge.svg)](https://docs.rs/process_vm_io)
[![license](https://img.shields.io/github/license/mdcssw/process_vm_io?color=black)](https://raw.githubusercontent.com/mdcssw/process_vm_io/master/LICENSE.txt)
[![dependency status](https://deps.rs/crate/process_vm_io/1.0.10/status.svg)](https://deps.rs/crate/process_vm_io/1.0.12)
[![dependency status](https://deps.rs/crate/process_vm_io/1.0.13/status.svg)](https://deps.rs/crate/process_vm_io/1.0.13)

# I/O access to virtual memory contents of processes

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// TODO: https://rust-lang.github.io/api-guidelines/checklist.html

#![doc = include_str!("../README.md")]
#![doc(html_root_url = "https://docs.rs/process_vm_io/1.0.12")]
#![doc(html_root_url = "https://docs.rs/process_vm_io/1.0.13")]
#![warn(
unsafe_op_in_unsafe_fn,
missing_docs,
Expand Down

0 comments on commit 80c0289

Please sign in to comment.