File tree Expand file tree Collapse file tree 7 files changed +19
-19
lines changed
Expand file tree Collapse file tree 7 files changed +19
-19
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " pest_debugger"
33description = " pest grammar debugger"
4- version = " 2.8.4 "
4+ version = " 2.8.5 "
55edition = " 2021"
66authors = [
77 " Dragoș Tiselice <dragostiselice@gmail.com>" ,
@@ -17,9 +17,9 @@ readme = "_README.md"
1717rust-version = " 1.83"
1818
1919[dependencies ]
20- pest = { path = " ../pest" , version = " 2.8.4 " }
21- pest_meta = { path = " ../meta" , version = " 2.8.4 " }
22- pest_vm = { path = " ../vm" , version = " 2.8.4 " }
20+ pest = { path = " ../pest" , version = " 2.8.5 " }
21+ pest_meta = { path = " ../meta" , version = " 2.8.5 " }
22+ pest_vm = { path = " ../vm" , version = " 2.8.5 " }
2323reqwest = { version = " = 0.11.13" , default-features = false , features = [
2424 " blocking" ,
2525 " json" ,
Original file line number Diff line number Diff line change 11[package ]
22name = " pest_derive"
33description = " pest's derive macro"
4- version = " 2.8.4 "
4+ version = " 2.8.5 "
55edition = " 2021"
66authors = [" Dragoș Tiselice <dragostiselice@gmail.com>" ]
77homepage = " https://pest.rs/"
@@ -25,5 +25,5 @@ grammar-extras = ["pest_generator/grammar-extras"]
2525
2626[dependencies ]
2727# for tests, included transitively anyway
28- pest = { path = " ../pest" , version = " 2.8.4 " , default-features = false }
29- pest_generator = { path = " ../generator" , version = " 2.8.4 " , default-features = false }
28+ pest = { path = " ../pest" , version = " 2.8.5 " , default-features = false }
29+ pest_generator = { path = " ../generator" , version = " 2.8.5 " , default-features = false }
Original file line number Diff line number Diff line change 11[package ]
22name = " pest_generator"
33description = " pest code generator"
4- version = " 2.8.4 "
4+ version = " 2.8.5 "
55edition = " 2021"
66authors = [" Dragoș Tiselice <dragostiselice@gmail.com>" ]
77homepage = " https://pest.rs/"
@@ -22,8 +22,8 @@ grammar-extras = ["pest_meta/grammar-extras"]
2222export-internal = []
2323
2424[dependencies ]
25- pest = { path = " ../pest" , version = " 2.8.4 " , default-features = false }
26- pest_meta = { path = " ../meta" , version = " 2.8.4 " }
25+ pest = { path = " ../pest" , version = " 2.8.5 " , default-features = false }
26+ pest_meta = { path = " ../meta" , version = " 2.8.5 " }
2727proc-macro2 = " 1.0"
2828quote = " 1.0"
2929syn = " 2.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " pest_grammars"
33description = " pest popular grammar implementations"
4- version = " 2.8.4 "
4+ version = " 2.8.5 "
55edition = " 2021"
66authors = [" Dragoș Tiselice <dragostiselice@gmail.com>" ]
77homepage = " https://pest.rs/"
@@ -14,8 +14,8 @@ readme = "_README.md"
1414rust-version = " 1.83"
1515
1616[dependencies ]
17- pest = { path = " ../pest" , version = " 2.8.4 " }
18- pest_derive = { path = " ../derive" , version = " 2.8.4 " }
17+ pest = { path = " ../pest" , version = " 2.8.5 " }
18+ pest_derive = { path = " ../derive" , version = " 2.8.5 " }
1919
2020[dev-dependencies ]
2121criterion = " 0.5"
Original file line number Diff line number Diff line change 11[package ]
22name = " pest_meta"
33description = " pest meta language parser and validator"
4- version = " 2.8.4 "
4+ version = " 2.8.5 "
55edition = " 2021"
66authors = [" Dragoș Tiselice <dragostiselice@gmail.com>" ]
77homepage = " https://pest.rs/"
@@ -22,7 +22,7 @@ include = [
2222rust-version = " 1.83"
2323
2424[dependencies ]
25- pest = { path = " ../pest" , version = " 2.8.4 " }
25+ pest = { path = " ../pest" , version = " 2.8.5 " }
2626
2727[build-dependencies ]
2828sha2 = { version = " 0.10" , default-features = false }
Original file line number Diff line number Diff line change 11[package ]
22name = " pest"
33description = " The Elegant Parser"
4- version = " 2.8.4 "
4+ version = " 2.8.5 "
55edition = " 2021"
66authors = [" Dragoș Tiselice <dragostiselice@gmail.com>" ]
77homepage = " https://pest.rs/"
Original file line number Diff line number Diff line change 11[package ]
22name = " pest_vm"
33description = " pest grammar virtual machine"
4- version = " 2.8.4 "
4+ version = " 2.8.5 "
55edition = " 2021"
66authors = [" Dragoș Tiselice <dragostiselice@gmail.com>" ]
77homepage = " https://pest.rs/"
@@ -14,8 +14,8 @@ readme = "_README.md"
1414rust-version = " 1.83"
1515
1616[dependencies ]
17- pest = { path = " ../pest" , version = " 2.8.4 " }
18- pest_meta = { path = " ../meta" , version = " 2.8.4 " }
17+ pest = { path = " ../pest" , version = " 2.8.5 " }
18+ pest_meta = { path = " ../meta" , version = " 2.8.5 " }
1919
2020[features ]
2121grammar-extras = [" pest_meta/grammar-extras" ]
You can’t perform that action at this time.
0 commit comments