Skip to content

Commit

Permalink
Cargo.toml: Remove CPU architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasgeihs committed Jan 24, 2024
1 parent 8bf9225 commit d292940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tfhe = { version = "0.4.1", features = [ "boolean", "shortint", "integer", "aarch64-unix" ] }
tfhe = { version = "0.4.1", features = [ "boolean", "shortint", "integer" ] }
serde = { version = "1.0", features = ["derive"] }
rayon = "1.8"
env_logger = "0.10.0"
Expand Down

0 comments on commit d292940

Please # to comment.