Skip to content

Commit

Permalink
Bump all the new releases to -rc.1 status.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpallant committed Jan 7, 2025
1 parent c4e3db3 commit dc84a52
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions decoder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ license = "MIT OR Apache-2.0"
name = "defmt-decoder"
readme = "README.md"
repository = "/~https://github.com/knurling-rs/defmt"
version = "1.0.0-alpha"
version = "1.0.0-rc.1"

[dependencies]
byteorder = "1"
colored = "2"
defmt-parser = { version = "=1.0.0-alpha", path = "../parser" }
defmt-parser = { version = "=1.0.0-rc.1", path = "../parser" }
ryu = "1"
nom = "7"

Expand Down
4 changes: 2 additions & 2 deletions defmt-03/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ name = "defmt"
readme = "README.md"
repository = "/~https://github.com/knurling-rs/defmt"
homepage = "https://knurling.ferrous-systems.com/"
version = "0.3.100"
version = "0.3.100-rc.1"

[dependencies]
defmt10 = { package = "defmt", version = "1.0.0-alpha", path = "../defmt" }
defmt10 = { package = "defmt", version = "1.0.0-rc.1", path = "../defmt" }

[features]
alloc = ["defmt10/alloc"]
Expand Down
4 changes: 2 additions & 2 deletions defmt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name = "defmt"
readme = "README.md"
repository = "/~https://github.com/knurling-rs/defmt"
homepage = "https://knurling.ferrous-systems.com/"
version = "1.0.0-alpha"
version = "1.0.0-rc.1"

[features]
alloc = []
Expand Down Expand Up @@ -45,7 +45,7 @@ unstable-test = [ "defmt-macros/unstable-test" ]
[dependencies]
# There is exactly one version of defmt-macros supported in this version of
# defmt. Although, multiple versions of defmt might use the *same* defmt-macros.
defmt-macros = { path = "../macros", version = "=1.0.0-alpha" }
defmt-macros = { path = "../macros", version = "=1.0.0-rc.1" }
bitflags = "1"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion firmware/defmt-itm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ version = "0.4.0"
[dependencies]
cortex-m = "0.7"
critical-section = "1.2.0"
defmt = { version = "1.0.0-alpha", path = "../../defmt" }
defmt = { version = "1.0.0-rc.1", path = "../../defmt" }
4 changes: 2 additions & 2 deletions firmware/defmt-rtt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ license = "MIT OR Apache-2.0"
name = "defmt-rtt"
readme = "README.md"
repository = "/~https://github.com/knurling-rs/defmt"
version = "1.0.0-alpha"
version = "1.0.0-rc.1"

[dependencies]
defmt = { version = "1.0.0-alpha", path = "../../defmt" }
defmt = { version = "1.0.0-rc.1", path = "../../defmt" }
critical-section = "1.2"
2 changes: 1 addition & 1 deletion firmware/defmt-semihosting/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ repository = "/~https://github.com/knurling-rs/defmt"
version = "0.2.0"

[dependencies]
defmt = { version = "1.0.0-alpha", path = "../../defmt" }
defmt = { version = "1.0.0-rc.1", path = "../../defmt" }
cortex-m = "0.7"
cortex-m-semihosting = "0.5"
2 changes: 1 addition & 1 deletion firmware/defmt-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ version = "0.4.0"
[dependencies]
cortex-m-rt = "0.7"
cortex-m-semihosting = "0.5"
defmt = { version = "1.0.0-alpha", path = "../../defmt" }
defmt = { version = "1.0.0-rc.1", path = "../../defmt" }
defmt-test-macros = { version = "=0.3.1", path = "macros" }
4 changes: 2 additions & 2 deletions firmware/panic-probe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ license = "MIT OR Apache-2.0"
name = "panic-probe"
readme = "README.md"
repository = "/~https://github.com/knurling-rs/defmt"
version = "1.0.0-alpha"
version = "1.0.0-rc.1"

[dependencies]
cortex-m = "0.7"
defmt = { version = "1.0.0-alpha", path = "../../defmt", optional = true }
defmt = { version = "1.0.0-rc.1", path = "../../defmt", optional = true }
rtt-target = { version = "0.5", optional = true }


Expand Down
4 changes: 2 additions & 2 deletions macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
name = "defmt-macros"
readme = "README.md"
repository = "/~https://github.com/knurling-rs/defmt"
version = "1.0.0-alpha"
version = "1.0.0-rc.1"

[lib]
proc-macro = true
Expand All @@ -17,7 +17,7 @@ proc-macro = true
unstable-test = []

[dependencies]
defmt-parser = { version = "=1.0.0-alpha", path = "../parser" }
defmt-parser = { version = "=1.0.0-rc.1", path = "../parser" }
proc-macro-error2 = "2"
proc-macro2 = "1"
quote = "1"
Expand Down
2 changes: 1 addition & 1 deletion parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
name = "defmt-parser"
readme = "README.md"
repository = "/~https://github.com/knurling-rs/defmt"
version = "1.0.0-alpha"
version = "1.0.0-rc.1"

[dependencies]
thiserror = "2"
Expand Down
4 changes: 2 additions & 2 deletions print/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ license = "MIT OR Apache-2.0"
name = "defmt-print"
readme = "README.md"
repository = "/~https://github.com/knurling-rs/defmt"
version = "1.0.0-alpha"
version = "1.0.0-rc.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1"
clap = { version = "4.0", features = ["derive", "env"] }
defmt-decoder = { version = "=1.0.0-alpha", path = "../decoder" }
defmt-decoder = { version = "=1.0.0-rc.1", path = "../decoder" }
log = "0.4"
notify = "7"
tokio = { version = "1.38", features = ["full"] }
2 changes: 1 addition & 1 deletion qemu-run/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ version = "0.0.0"

[dependencies]
anyhow = "1"
defmt-decoder = { version = "=1.0.0-alpha", path = "../decoder" }
defmt-decoder = { version = "=1.0.0-rc.1", path = "../decoder" }

0 comments on commit dc84a52

Please sign in to comment.