Skip to content

Commit

Permalink
Changed: Removed unnecessary Windows feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Nov 25, 2023
1 parent c7be711 commit 7b8f5c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src-rust/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build]
# Note: This breaks IntelliJ Rust. Remove this line temporarily if working from that IDE.
# target = ['x86_64-unknown-linux-gnu','x86_64-apple-darwin','x86_64-pc-windows-gnu']
target = ['x86_64-apple-darwin']

# This is needed for Memory Mapped File based Tests.
[env]
Expand Down
2 changes: 1 addition & 1 deletion src-rust/Cargo.lock

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

3 changes: 1 addition & 2 deletions src-rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "reloaded-memory-buffers"
version = "3.2.0"
version = "3.2.1"
edition = "2021"
authors = [ "sewer56" ]
description = "Shared, Concurrent, Permanent Memory Allocator tied to Process Lifetime"
Expand Down Expand Up @@ -44,7 +44,6 @@ features = [
"Win32_System_Diagnostics_Debug",
"Win32_System_SystemInformation",
"Win32_System_Threading",
"Win32_Storage_FileSystem",
"Win32_Security"
]

Expand Down

0 comments on commit 7b8f5c8

Please sign in to comment.