Skip to content

Commit

Permalink
version update, readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sevonj committed Mar 18, 2024
1 parent 5f62a06 commit e2ae600
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ttktk"
version = "0.2.2"
version = "0.3.0"
edition = "2021"
authors = ["sevonj"]

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Library:
- **libttktk::compiler** - Assembler backend for titoasm and titomachine
- **libttktk::disassembler** - Disassembler
- **libttktk::instructions** - Instruction struct and related enums.
- **libttktk::b91** - Parse .b91 contents.

## Additions and differences to Titokone
(see: [Titokone](https://www.cs.helsinki.fi/group/titokone/))
Expand Down Expand Up @@ -39,7 +40,7 @@ Cargo.toml:

# ...

ttktk = { git = "https://github.com/sevonj/ttktk.git", tag = "v0.2.2" }
ttktk = { git = "https://github.com/sevonj/ttktk.git", tag = "v0.3.0" }
```
```rust
use libttktk::compiler::compile;
Expand Down

0 comments on commit e2ae600

Please sign in to comment.