motoc: 0.3.3 -> 0.3.4 (#360675)

This commit is contained in:
Nick Cao
2024-12-01 09:01:42 -05:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -511,7 +511,7 @@ dependencies = [
[[package]]
name = "motoc"
version = "0.3.3"
version = "0.3.4"
dependencies = [
"anyhow",
"bindgen 0.70.1",
+2 -2
View File
@@ -8,13 +8,13 @@
rustPlatform.buildRustPackage rec {
pname = "motoc";
version = "0.3.3";
version = "0.3.4";
src = fetchFromGitHub {
owner = "galister";
repo = "motoc";
rev = "refs/tags/v${version}";
hash = "sha256-AmHTnCUTHoeLsOJrD35BooU9mZr5ctoCJmjW5CaTYBY=";
hash = "sha256-CAKgh9uddDhaFp2O62o1nNZ/ZWJbCR/7dMaI9V992Xk=";
};
cargoLock = {