Skip to content

Commit ca3ddee

Browse files
committed
doc: Updating path to readme.md
1 parent 53fa4bc commit ca3ddee

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"rust": "2.3.0",
2+
"rust": "2.3.2",
33
"python": "0.2.0"
44
}

release-please-config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"bump-patch-for-minor-pre-major": false,
1010
"draft": false,
1111
"prerelease": false,
12-
"release-as": "2.3.1"
12+
"release-as": "2.3.2"
1313
},
1414
"python": {
1515
"changelog-path": "CHANGELOG.md",

rust/Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[package]
22
name = "lp_parser_rs"
3-
version = "2.3.1"
3+
version = "2.3.2"
44
edition = "2021"
55
authors = ["Dan Dixey", "Dan Dixey <[email protected]>"]
66
rust-version = "1.63.0"
77
license = "MIT OR Apache-2.0"
8+
readme = "../README.md"
89
description = "A Rust parser for the LP file format."
910
keywords = [
1011
"linear-programming",

0 commit comments

Comments
 (0)