Skip to content

Commit abb0a55

Browse files
committed
1 parent ff94842 commit abb0a55

File tree

8 files changed

+21
-13
lines changed

8 files changed

+21
-13
lines changed

src/rust/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ members = [
2323
"bitbox02-sys",
2424
]
2525

26+
resolver = "2"
27+
2628
[profile.release]
2729
# This only affects the .elf output. Debug info is stripped from the final .bin.
2830
# Paths to source code can still appear in the final bin, as they are part of the panic!() output.

src/rust/bitbox02-noise/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright 2020 Shift Cryptosecurity AG
2+
# Copyright 2024 Shift Crypto AG
23
#
34
# Licensed under the Apache License, Version 2.0 (the "License");
45
# you may not use this file except in compliance with the License.
@@ -15,8 +16,8 @@
1516
[package]
1617
name = "bitbox02-noise"
1718
version = "0.1.0"
18-
authors = ["Shift Crypto AG <support@shiftcrypto.ch>"]
19-
edition = "2018"
19+
authors = ["Shift Crypto AG <support@bitbox.swiss>"]
20+
edition = "2021"
2021
description = "BitBox02 noise protocol primitives"
2122
license = "Apache-2.0"
2223

src/rust/bitbox02-rust-c/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright 2020 Shift Cryptosecurity AG
2+
# Copyright 2024 Shift Crypto AG
23
#
34
# Licensed under the Apache License, Version 2.0 (the "License");
45
# you may not use this file except in compliance with the License.
@@ -15,8 +16,8 @@
1516
[package]
1617
name = "bitbox02-rust-c"
1718
version = "0.1.0"
18-
authors = ["Shift Crypto AG <support@shiftcrypto.ch>"]
19-
edition = "2018"
19+
authors = ["Shift Crypto AG <support@bitbox.swiss>"]
20+
edition = "2021"
2021
license = "Apache-2.0"
2122

2223
[lib]

src/rust/bitbox02-rust/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright 2020 Shift Cryptosecurity AG
2+
# Copyright 2024 Shift Crypto AG
23
#
34
# Licensed under the Apache License, Version 2.0 (the "License");
45
# you may not use this file except in compliance with the License.
@@ -15,8 +16,8 @@
1516
[package]
1617
name = "bitbox02-rust"
1718
version = "0.1.0"
18-
authors = ["Shift Crypto AG <support@shiftcrypto.ch>"]
19-
edition = "2018"
19+
authors = ["Shift Crypto AG <support@bitbox.swiss>"]
20+
edition = "2021"
2021
description = "BitBox02 functionality implemented in rust"
2122
license = "Apache-2.0"
2223

src/rust/bitbox02-sys/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright 2020 Shift Cryptosecurity AG
2+
# Copyright 2024 Shift Crypto AG
23
#
34
# Licensed under the Apache License, Version 2.0 (the "License");
45
# you may not use this file except in compliance with the License.
@@ -15,8 +16,8 @@
1516
[package]
1617
name = "bitbox02-sys"
1718
version = "0.1.0"
18-
authors = ["Shift Crypto AG <support@shiftcrypto.ch>"]
19-
edition = "2018"
19+
authors = ["Shift Crypto AG <support@bitbox.swiss>"]
20+
edition = "2021"
2021
description = "Rust bindings for C code in bitbox02-firmware"
2122
license = "Apache-2.0"
2223

src/rust/bitbox02/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright 2020 Shift Cryptosecurity AG
2+
# Copyright 2024 Shift Crypto AG
23
#
34
# Licensed under the Apache License, Version 2.0 (the "License");
45
# you may not use this file except in compliance with the License.
@@ -15,8 +16,8 @@
1516
[package]
1617
name = "bitbox02"
1718
version = "0.1.0"
18-
authors = ["Shift Crypto AG <support@shiftcrypto.ch>"]
19-
edition = "2018"
19+
authors = ["Shift Crypto AG <support@bitbox.swiss>"]
20+
edition = "2021"
2021
description = "Idiomatic rust bindings for C code in bitbox02-firmware"
2122
license = "Apache-2.0"
2223

src/rust/rustfmt.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
edition = "2018"
1+
edition = "2021"

src/rust/util/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Copyright 2020 Shift Cryptosecurity AG
2+
# Copyright 2024 Shift Crypto AG
23
#
34
# Licensed under the Apache License, Version 2.0 (the "License");
45
# you may not use this file except in compliance with the License.
@@ -15,8 +16,8 @@
1516
[package]
1617
name = "util"
1718
version = "0.1.0"
18-
authors = ["Shift Crypto AG <support@shiftcrypto.ch>"]
19-
edition = "2018"
19+
authors = ["Shift Crypto AG <support@bitbox.swiss>"]
20+
edition = "2021"
2021
license = "Apache-2.0"
2122

2223
[dependencies]

0 commit comments

Comments
 (0)