Skip to content

Commit

Permalink
Try to fix CI (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
amy-keibler authored Nov 11, 2024
1 parent 92872db commit 6349bce
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 154 deletions.
150 changes: 0 additions & 150 deletions Cargo.lock

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

3 changes: 0 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,8 @@
pname = "nxrm_two_portal";
version = "0.1.0";

buildInputs = with pkgs; [ libclang ];

nativeBuildInputs = (with pkgs; [ cmake pkg-config git clang ]) ++ pkgs.lib.optionals pkgs.stdenv.isDarwin (with pkgs; [
darwin.apple_sdk.frameworks.SystemConfiguration
xcbuild
]);
};

Expand Down
2 changes: 1 addition & 1 deletion user_auth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
base64 = "0.22.1"
jwt-simple = "0.12.10"
jwt-simple = { version = "0.12.10", default-features = false, features = ["pure-rust"] }
serde = { version = "1.0.210", features = ["derive"] }
thiserror = "1.0.64"
tokio = { version = "1.40.0", features = ["macros", "fs", "rt-multi-thread", "tracing"] }
Expand Down

0 comments on commit 6349bce

Please sign in to comment.