Update version numbers to match

This commit is contained in:
2Shirt 2025-01-19 16:43:59 -08:00
parent 6ea2df892f
commit 14a8ea7429
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C
5 changed files with 22 additions and 7 deletions

4
Cargo.lock generated
View file

@ -422,7 +422,7 @@ dependencies = [
[[package]]
name = "core"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"anyhow",
"better-panic",
@ -2022,7 +2022,7 @@ checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
[[package]]
name = "pe-menu"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"crossterm",
"futures",

View file

@ -15,5 +15,5 @@
[workspace]
members = ["core", "deja_vu", "pe_menu"]
description = "Clone/Install Windows, create/edit boot files, and troubleshoot boot issues."
default-members = ["deja_vu", "pe_menu"]
resolver = "2"

View file

@ -1,7 +1,24 @@
# This file is part of Deja-vu.
#
# Deja-vu is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Deja-vu is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Deja-vu. If not, see <https://www.gnu.org/licenses/>.
[package]
name = "core"
version = "0.1.0"
authors = ["2Shirt <2xShirt@gmail.com>"]
edition = "2021"
license = "GPL"
version = "0.2.0"
[dependencies]
better-panic = "0.3.0"

View file

@ -16,7 +16,6 @@
[package]
name = "deja-vu"
authors = ["2Shirt <2xShirt@gmail.com>"]
description = "Clone Windows."
edition = "2021"
license = "GPL"
version = "0.2.0"

View file

@ -16,10 +16,9 @@
[package]
name = "pe-menu"
authors = ["2Shirt <2xShirt@gmail.com>"]
description = "Menu for WinPE."
edition = "2021"
license = "GPL"
version = "0.1.0"
version = "0.2.0"
[dependencies]
crossterm = { version = "0.28.1", features = ["event-stream"] }