From 5d4aea70f5c6b22d820c86ec0caa55d9fda02e95 Mon Sep 17 00:00:00 2001 From: Viktor Popp Date: Wed, 12 Feb 2025 15:45:29 +0100 Subject: [PATCH 1/2] Created dependabot config --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..0384578 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +version: 2 +updates: + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "daily" + open-pull-requests-limit: 10 + target-branch: "dependabot-dev" + labels: + - "dependencies" + - "automated" + reviewers: + - "ViktorPopp" + assignees: + - "ViktorPopp" From 97e737e5396ae224c35fd921cea6d7cd933765ea Mon Sep 17 00:00:00 2001 From: The Douck <151237703+TheDouck@users.noreply.github.com> Date: Sun, 9 Mar 2025 16:16:13 +0100 Subject: [PATCH 2/2] Update x86_64-infinity_os.json --- x86_64-infinity_os.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x86_64-infinity_os.json b/x86_64-infinity_os.json index 609ce36..6648992 100644 --- a/x86_64-infinity_os.json +++ b/x86_64-infinity_os.json @@ -11,5 +11,6 @@ "linker": "rust-lld", "panic-strategy": "abort", "disable-redzone": true, - "features": "-mmx,-sse,+soft-float" + "features": "-mmx,-sse,+soft-float", + "rustc-abi": "x86-softfloat" } \ No newline at end of file