Skip to content

Commit 1c6b5ca

Browse files
committed
build(fpm): simplify manifest, update julienne
This commit 1. Removes unnecessary information from the fpm.toml file, including removing the depenence on sourcery, which provided a capability that is at least partially redundant with a similar capability in julienne and 2. Updates the julienne dependency to version 2.3.0.
1 parent 2ea8db6 commit 1c6b5ca

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

fpm.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
name = "matcha"
2-
version = "0.1.0"
3-
license = "see LICENSE.txt"
4-
author = "Damian Rouson, David Torres, Dominick Martinez, Jeremiah Bailey, and Brad Richardson"
5-
maintainer = "rouson@lbl.gov"
62

73
[dependencies]
84
assert = {git = "https://github.com/berkeleylab/assert", tag = "2.1.0"}
9-
julienne = {git = "https://github.com/BerkeleyLab/julienne", tag = "2.0.0"}
10-
sourcery = {git = "https://github.com/sourceryinstitute/sourcery", tag = "4.5.1"}
5+
julienne = {git = "https://github.com/BerkeleyLab/julienne", tag = "2.3.0"}

0 commit comments

Comments
 (0)