Skip to content

Commit 03699bc

Browse files
committed
chore(just) Rename the target rust to build.
1 parent ecf4981 commit 03699bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ This function returns a boolean.
263263
To compile the entire project, run the following commands:
264264

265265
```sh
266-
$ just rust
266+
$ just build
267267
$ just test
268268
$ ruby examples/simple.rb
269269
```

justfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Compile and install the Rust library.
2-
rust:
1+
# Compile and install the Ruby extension.
2+
build:
33
rake build_lib
44

55
# Run the tests.

0 commit comments

Comments
 (0)