File tree Expand file tree Collapse file tree 8 files changed +21
-13
lines changed Expand file tree Collapse file tree 8 files changed +21
-13
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,8 @@ members = [
23
23
" bitbox02-sys" ,
24
24
]
25
25
26
+ resolver = " 2"
27
+
26
28
[profile .release ]
27
29
# This only affects the .elf output. Debug info is stripped from the final .bin.
28
30
# Paths to source code can still appear in the final bin, as they are part of the panic!() output.
Original file line number Diff line number Diff line change 1
1
# Copyright 2020 Shift Cryptosecurity AG
2
+ # Copyright 2024 Shift Crypto AG
2
3
#
3
4
# Licensed under the Apache License, Version 2.0 (the "License");
4
5
# you may not use this file except in compliance with the License.
15
16
[package ]
16
17
name = " bitbox02-noise"
17
18
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 "
20
21
description = " BitBox02 noise protocol primitives"
21
22
license = " Apache-2.0"
22
23
Original file line number Diff line number Diff line change 1
1
# Copyright 2020 Shift Cryptosecurity AG
2
+ # Copyright 2024 Shift Crypto AG
2
3
#
3
4
# Licensed under the Apache License, Version 2.0 (the "License");
4
5
# you may not use this file except in compliance with the License.
15
16
[package ]
16
17
name = " bitbox02-rust-c"
17
18
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 "
20
21
license = " Apache-2.0"
21
22
22
23
[lib ]
Original file line number Diff line number Diff line change 1
1
# Copyright 2020 Shift Cryptosecurity AG
2
+ # Copyright 2024 Shift Crypto AG
2
3
#
3
4
# Licensed under the Apache License, Version 2.0 (the "License");
4
5
# you may not use this file except in compliance with the License.
15
16
[package ]
16
17
name = " bitbox02-rust"
17
18
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 "
20
21
description = " BitBox02 functionality implemented in rust"
21
22
license = " Apache-2.0"
22
23
Original file line number Diff line number Diff line change 1
1
# Copyright 2020 Shift Cryptosecurity AG
2
+ # Copyright 2024 Shift Crypto AG
2
3
#
3
4
# Licensed under the Apache License, Version 2.0 (the "License");
4
5
# you may not use this file except in compliance with the License.
15
16
[package ]
16
17
name = " bitbox02-sys"
17
18
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 "
20
21
description = " Rust bindings for C code in bitbox02-firmware"
21
22
license = " Apache-2.0"
22
23
Original file line number Diff line number Diff line change 1
1
# Copyright 2020 Shift Cryptosecurity AG
2
+ # Copyright 2024 Shift Crypto AG
2
3
#
3
4
# Licensed under the Apache License, Version 2.0 (the "License");
4
5
# you may not use this file except in compliance with the License.
15
16
[package ]
16
17
name = " bitbox02"
17
18
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 "
20
21
description = " Idiomatic rust bindings for C code in bitbox02-firmware"
21
22
license = " Apache-2.0"
22
23
Original file line number Diff line number Diff line change 1
- edition = " 2018 "
1
+ edition = " 2021 "
Original file line number Diff line number Diff line change 1
1
# Copyright 2020 Shift Cryptosecurity AG
2
+ # Copyright 2024 Shift Crypto AG
2
3
#
3
4
# Licensed under the Apache License, Version 2.0 (the "License");
4
5
# you may not use this file except in compliance with the License.
15
16
[package ]
16
17
name = " util"
17
18
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 "
20
21
license = " Apache-2.0"
21
22
22
23
[dependencies ]
You can’t perform that action at this time.
0 commit comments