Skip to content

Commit 9f6eed2

Browse files
committed
bump version + envio support + market order support
1 parent 0d3779d commit 9f6eed2

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spark-middleware"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2021"
55

66

shell.nix

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,11 @@ in pkgs.stdenv.mkDerivation rec {
1212
env = pkgs.buildEnv { name = name; paths = buildInputs; };
1313

1414
buildInputs = [
15-
pkgs.rustup
15+
pkgs.clippy
16+
pkgs.rustc
17+
pkgs.cargo
1618
pkgs.openssl
19+
pkgs.lld
1720
] ++ lib.optional isDarwin pkgs.darwin.apple_sdk.frameworks.SystemConfiguration
1821
++ lib.optional isDarwin pkgs.darwin.apple_sdk.frameworks.CoreFoundation
1922
++ lib.optional isDarwin pkgs.darwin.apple_sdk.frameworks.Security;

0 commit comments

Comments
 (0)