Skip to content

Commit

Permalink
1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxw59 committed Nov 17, 2019
1 parent b8916a0 commit e453c44
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 14 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "conlang_fmt"
version = "0.1.0"
version = "1.0.0"
authors = ["Emily Crandall Fleischman <[email protected]>"]
edition = "2018"

[dependencies]
failure = "0.1.5"
itertools = "0.8.0"
failure = "0.1.6"
itertools = "0.8.1"
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ expect it to do everything.

## Syntax

> Since no code has been written yet, this section will define the desired
> features and syntax for the program.
### Parameters

Many syntax elements can take optional parameters, which are denoted by a
Expand Down

0 comments on commit e453c44

Please sign in to comment.