File tree Expand file tree Collapse file tree 12 files changed +19
-19
lines changed
Expand file tree Collapse file tree 12 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ license = "MIT OR Apache-2.0"
77name = " defmt-decoder"
88readme = " README.md"
99repository = " https://github.com/knurling-rs/defmt"
10- version = " 1.0.0-rc.1 "
10+ version = " 1.0.0"
1111
1212[dependencies ]
1313byteorder = " 1"
1414colored = " 2"
15- defmt-parser = { version = " =1.0.0-rc.1 " , path = " ../parser" }
15+ defmt-parser = { version = " =1.0.0" , path = " ../parser" }
1616ryu = " 1"
1717nom = " 7"
1818
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ name = "defmt"
1414readme = " README.md"
1515repository = " https://github.com/knurling-rs/defmt"
1616homepage = " https://knurling.ferrous-systems.com/"
17- version = " 0.3.100-rc.1 "
17+ version = " 0.3.100"
1818
1919[dependencies ]
20- defmt10 = { package = " defmt" , version = " 1.0.0-rc.1 " , path = " ../defmt" }
20+ defmt10 = { package = " defmt" , version = " 1" , path = " ../defmt" }
2121
2222[features ]
2323alloc = [" defmt10/alloc" ]
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ name = "defmt"
1515readme = " README.md"
1616repository = " https://github.com/knurling-rs/defmt"
1717homepage = " https://knurling.ferrous-systems.com/"
18- version = " 1.0.0-rc.1 "
18+ version = " 1.0.0"
1919
2020[features ]
2121alloc = []
@@ -45,7 +45,7 @@ unstable-test = [ "defmt-macros/unstable-test" ]
4545[dependencies ]
4646# There is exactly one version of defmt-macros supported in this version of
4747# defmt. Although, multiple versions of defmt might use the *same* defmt-macros.
48- defmt-macros = { path = " ../macros" , version = " =1.0.0-rc.1 " }
48+ defmt-macros = { path = " ../macros" , version = " =1.0.0" }
4949bitflags = " 1"
5050
5151[dev-dependencies ]
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ version = "0.4.0"
1313[dependencies ]
1414cortex-m = " 0.7"
1515critical-section = " 1.2.0"
16- defmt = { version = " 1.0.0-rc.1 " , path = " ../../defmt" }
16+ defmt = { version = " 1" , path = " ../../defmt" }
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ license = "MIT OR Apache-2.0"
88name = " defmt-rtt"
99readme = " README.md"
1010repository = " https://github.com/knurling-rs/defmt"
11- version = " 1.0.0-rc.1 "
11+ version = " 1.0.0"
1212
1313[features ]
1414disable-blocking-mode = []
1515
1616[dependencies ]
17- defmt = { version = " 1.0.0-rc.1 " , path = " ../../defmt" }
17+ defmt = { version = " 1" , path = " ../../defmt" }
1818critical-section = " 1.2"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ version = "0.2.0"
1313[dependencies ]
1414cortex-m = " 0.7"
1515critical-section = " 1.2"
16- defmt = { version = " 1.0.0-rc.1 " , path = " ../../defmt" }
16+ defmt = { version = " 1" , path = " ../../defmt" }
1717semihosting = { version = " 0.1.19" , features = [" stdio" ] }
1818
1919[features ]
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ version = "0.4.0"
1313[dependencies ]
1414cortex-m-rt = " 0.7"
1515cortex-m-semihosting = " 0.5"
16- defmt = { version = " 1.0.0-rc.1 " , path = " ../../defmt" }
16+ defmt = { version = " 1" , path = " ../../defmt" }
1717defmt-test-macros = { version = " =0.3.1" , path = " macros" }
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ license = "MIT OR Apache-2.0"
88name = " panic-probe"
99readme = " README.md"
1010repository = " https://github.com/knurling-rs/defmt"
11- version = " 1.0.0-rc.1 "
11+ version = " 1.0.0"
1212
1313[dependencies ]
1414cortex-m = " 0.7"
15- defmt = { version = " 1.0.0-rc.1 " , path = " ../../defmt" , optional = true }
15+ defmt = { version = " 1" , path = " ../../defmt" , optional = true }
1616rtt-target = { version = " 0.5" , optional = true }
1717
1818
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
77name = " defmt-macros"
88readme = " README.md"
99repository = " https://github.com/knurling-rs/defmt"
10- version = " 1.0.0-rc.1 "
10+ version = " 1.0.0"
1111
1212[lib ]
1313proc-macro = true
@@ -17,7 +17,7 @@ proc-macro = true
1717unstable-test = []
1818
1919[dependencies ]
20- defmt-parser = { version = " =1.0.0-rc.1 " , path = " ../parser" }
20+ defmt-parser = { version = " =1.0.0" , path = " ../parser" }
2121proc-macro-error2 = " 2"
2222proc-macro2 = " 1"
2323quote = " 1"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
77name = " defmt-parser"
88readme = " README.md"
99repository = " https://github.com/knurling-rs/defmt"
10- version = " 1.0.0-rc.1 "
10+ version = " 1.0.0"
1111
1212[dependencies ]
1313thiserror = " 2"
You can’t perform that action at this time.
0 commit comments