Skip to content

Commit

Permalink
Merge pull request #3 from warlock-labs/alc/prototype
Browse files Browse the repository at this point in the history
Prototype of doubly abstract algebra traits
  • Loading branch information
0xAlcibiades authored Jul 13, 2024
2 parents b1357b6 + f27ee21 commit b6810e5
Show file tree
Hide file tree
Showing 4 changed files with 1,246 additions and 346 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: CI
on:
push:
branches:
- main
- master
tags:
- 'v*.*.*'
pull_request:
types: [ opened, synchronize, reopened ]
branches:
- main
- master
env:
CARGO_TERM_COLOR: always

Expand Down
11 changes: 2 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,12 @@ license = "MIT"
readme = "README.md"
repository = "https://github.com/warlock-labs/noether"
name = "noether"
version = "0.2.1"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
num-traits = "0.2.19"

[lib]

[dev-dependencies]
criterion = "0.5.1"

[[bench]]
name = "benchmarks"
harness = false
[lib]
Loading

0 comments on commit b6810e5

Please sign in to comment.