Skip to content

Commit 4c54844

Browse files
committed
chore: Keep the version number of the library consistent with that in the description.
1 parent ea0272e commit 4c54844

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rawcopy-rs"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
authors = ["码魂 <pkptzx@gmail.com>"]
66
description = "RawCopy crate provides the capability to use \"Volume Shadow Copy technology\" for file copying in Rust.Primarily aimed at replicating files that cannot be directly copied due to being in use."

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ rawcopy.exe "C:\swapfile.sys" d:\tmp
3535
#### 1. Add rawcopy-rs to your Cargo.toml
3636
```toml
3737
[dependencies]
38-
rawcopy-rs = "0.1.0"
38+
rawcopy-rs = "0.1.2"
3939
```
4040
#### 2. use api to copy file
4141
```rust

0 commit comments

Comments
 (0)