Skip to content

Commit

Permalink
release: v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emattiza committed Jun 11, 2024
1 parent 0e0a260 commit b3e553f
Show file tree
Hide file tree
Showing 4 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rs_chardet"
version = "0.1.1"
version = "0.2.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
overlays = [inputs.rust-overlay.overlays.default];
};
project_name = "rs_chardet";
project_version = "0.1.1";
project_version = "0.2.0";
python_version = pkgs.python310;
buildPythonPackage = pkgs.python310Packages.buildPythonPackage;
in rec {
Expand All @@ -34,7 +34,7 @@
pkgs.rustc
pkgs.rust-analyzer
pkgs.cargo
pkgs.maturin
pkgs.maturin
packages.pythonpkg
];
};
Expand Down
4 changes: 2 additions & 2 deletions nix/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
buildPythonPackage rec {
inherit src version pname;
format = "pyproject";
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.7";

cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-phmxYqJ7fWZHJH1BI7XEymqXK+Mchd37scEGTy/mLZk=";
hash = "sha256-NJEvA6K3V8tn7J3JrEDWrqQlJie0GRjLRxztjcezoP0=";
};

nativeBuildInputs = with rustPlatform; [cargoSetupHook maturinBuildHook];
Expand Down

0 comments on commit b3e553f

Please sign in to comment.