Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
koba-e964 committed Dec 12, 2024
1 parent 3e54559 commit 8c3b3cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MinCaml on Rust [![Build Status](https://travis-ci.org/koba-e964/min-caml-rust.svg?branch=master)](https://travis-ci.org/koba-e964/min-caml-rust)
# MinCaml on Rust [![Build Status](https://github.com/koba-e964/min-caml-rust/actions/workflows/rust.yml/badge.svg?branch=master)](https://github.com/koba-e964/min-caml-rust/actions?query=branch%3Amaster)
This project is a port of [min-caml](https://github.com/esumii/min-caml) from OCaml to Rust.


Expand All @@ -7,7 +7,7 @@ This project is a port of [min-caml](https://github.com/esumii/min-caml) from OC
We manage the progress of this project on the [wiki](https://github.com/koba-e964/min-caml-rust/wiki) of this project.

## Dependencies
* `cargo` (>= 1.26.0, [https://crates.io/](https://crates.io/))
* `cargo` (>= 1.74.1, [https://crates.io/](https://crates.io/))

## How to run
```
Expand Down

0 comments on commit 8c3b3cb

Please sign in to comment.