Skip to content

Commit 082337b

Browse files
committed
fix: resolve merge conflicts and update README
1 parent abb53a7 commit 082337b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ homepage = "https://github.com/rusty-libraries/rusty-schema-diff"
88
keywords = ["schema", "diff", "openapi", "protobuf", "sql"]
99
categories = ["development-tools", "web-programming"]
1010
exclude = ["docs/", "rustfmt.toml"]
11-
version = "0.1.0"
11+
version = "0.1.1"
1212
edition = "2021"
1313

1414
[dependencies]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Add this to your `Cargo.toml`:
3333

3434
```toml
3535
[dependencies]
36-
rusty-schema-diff = "0.1.0"
36+
rusty-schema-diff = "0.1.1"
3737
```
3838

3939
## Getting Started

0 commit comments

Comments
 (0)