Skip to content

Commit

Permalink
chore(ntt): uniformize Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
IceTDrinker committed May 5, 2023
1 parent 9f6b1a7 commit eb2f522
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cargo_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Cargo Test

on:
push:
pull_request:

env:
CARGO_TERM_COLOR: always
Expand Down
Empty file removed .github/workflows/m1_tests.yml
Empty file.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
name = "concrete-ntt"
version = "0.1.0"
edition = "2021"
authors = ["sarah el kazdadi <[email protected]>"]
description = "Concrete-NTT is a pure Rust high performance number theoretic transform library."
readme = "README.md"
repository = "https://github.com/zama-ai/concrete-ntt"
Expand Down

0 comments on commit eb2f522

Please sign in to comment.