Skip to content

Commit 057a7c4

Browse files
committed
version 0.9.0: added support for share-safe requirement
1 parent a2c1c0e commit 057a7c4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords = ["hg", "mercurial", "parser"]
1010
license = "GPL-2.0-or-later"
1111
name = "hg-parser"
1212
repository = "https://github.com/kilork/hg-parser"
13-
version = "0.8.0"
13+
version = "0.9.0"
1414
rust-version = "1.78"
1515

1616
[dependencies]

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Mercurial repository parser written in the [Rust programming language](https://w
88

99
```toml
1010
[dependencies]
11-
hg-parser = "0.8"
11+
hg-parser = "0.9"
1212
```
1313

1414
### Use case - Analyse revision log and export to ```git fast-import``` format

templates/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Mercurial repository parser written in the [Rust programming language](https://w
88

99
```toml
1010
[dependencies]
11-
hg-parser = "0.8"
11+
hg-parser = "0.9"
1212
```
1313

1414
### Use case - Analyse revision log and export to ```git fast-import``` format

0 commit comments

Comments
 (0)