Skip to content

Commit

Permalink
build(*): mps to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
david-r-cox committed Dec 30, 2023
1 parent 2d3a444 commit 8f5cc00
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ args@{
ignoreLockHash,
}:
let
nixifiedLockHash = "2d9df85a2ddf26286794c662d5c3ffd6041a45f0132620693970fc8fe7663238";
nixifiedLockHash = "827026c40c704a1f82c24b84978e4f9f275b8475a022ae0c7aa217a08b4427bc";
workspaceSrc = if args.workspaceSrc == null then ./. else args.workspaceSrc;
currentLockHash = builtins.hashFile "sha256" (workspaceSrc + /Cargo.lock);
lockHashIgnored = if ignoreLockHash
Expand All @@ -46,7 +46,7 @@ in
{
cargo2nixVersion = "0.11.0";
workspace = {
mps = rustPackages.unknown.mps."0.0.0";
mps = rustPackages.unknown.mps."0.1.0";
};
"registry+https://github.com/rust-lang/crates.io-index".addr2line."0.21.0" = overridableMkRustCrate (profileName: rec {
name = "addr2line";
Expand Down Expand Up @@ -766,9 +766,9 @@ in
};
});

"unknown".mps."0.0.0" = overridableMkRustCrate (profileName: rec {
"unknown".mps."0.1.0" = overridableMkRustCrate (profileName: rec {
name = "mps";
version = "0.0.0";
version = "0.1.0";
registry = "unknown";
src = fetchCrateLocal workspaceSrc;
features = builtins.concatLists [
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mps"
version = "0.0.0"
version = "0.1.0"
edition = "2021"
include = ["src/**/*", "test/**/*", "Cargo.*", "LICENSE", "README.md"]

Expand Down

0 comments on commit 8f5cc00

Please sign in to comment.