File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 22
33This project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
44
5+ ## [ 1.0.13] - 2025-02-21
6+
7+ ### Changed
8+
9+ - Migrated from 2021 edition to 2024.
10+
511## [ 1.0.12] - 2025-01-31
612
713### Removed
Original file line number Diff line number Diff line change 11[package ]
22name = " process_vm_io"
3- version = " 1.0.12 " # Remember to update `html_root_url` and `dependency status` link.
3+ version = " 1.0.13 " # Remember to update `html_root_url` and `dependency status` link.
44description = " I/O access to virtual memory contents of processes"
55authors = [
66 " Koutheir Attouchi <[email protected] >" @@ -10,7 +10,7 @@ repository = "https://github.com/mdcssw/process_vm_io"
1010documentation = " https://docs.rs/process_vm_io"
1111readme = " README.md"
1212license = " MIT"
13- edition = " 2021 "
13+ edition = " 2024 "
1414categories = [
1515 " api-bindings" ,
1616 " development-tools" ,
Original file line number Diff line number Diff line change 11[ ![ crates.io] ( https://img.shields.io/crates/v/process_vm_io.svg )] ( https://crates.io/crates/process_vm_io )
22[ ![ docs.rs] ( https://docs.rs/process_vm_io/badge.svg )] ( https://docs.rs/process_vm_io )
33[ ![ license] ( https://img.shields.io/github/license/mdcssw/process_vm_io?color=black )] ( https://raw.githubusercontent.com/mdcssw/process_vm_io/master/LICENSE.txt )
4- [ ![ dependency status] ( https://deps.rs/crate/process_vm_io/1.0.10 /status.svg )] ( https://deps.rs/crate/process_vm_io/1.0.12 )
4+ [ ![ dependency status] ( https://deps.rs/crate/process_vm_io/1.0.13 /status.svg )] ( https://deps.rs/crate/process_vm_io/1.0.13 )
55
66# I/O access to virtual memory contents of processes
77
Original file line number Diff line number Diff line change 77// TODO: https://rust-lang.github.io/api-guidelines/checklist.html
88
99#![ doc = include_str ! ( "../README.md" ) ]
10- #![ doc( html_root_url = "https://docs.rs/process_vm_io/1.0.12 " ) ]
10+ #![ doc( html_root_url = "https://docs.rs/process_vm_io/1.0.13 " ) ]
1111#![ warn(
1212 unsafe_op_in_unsafe_fn,
1313 missing_docs,
You can’t perform that action at this time.
0 commit comments