Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Mops-bench changelog

## 2.0.1

* List `core` as dependency

## 2.0.0

* Migrate from base to core 2.0.0
Expand Down
4 changes: 2 additions & 2 deletions mops.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "bench"
version = "2.0.0"
version = "2.0.1"
description = "Motoko benchmarking with Mops"
repository = "https://github.com/caffeinelabs/mops-bench"
keywords = [ "bench", "benchmark", "performance", "profiling", "mops" ]
license = "MIT"

[dev-dependencies]
[dependencies]
core = "2.0.0"

[toolchain]
Expand Down