Rename ra_mbe -> mbe

This commit is contained in:
Aleksey Kladov 2020-08-13 10:08:11 +02:00
parent d42ba63976
commit 2f45cfc415
19 changed files with 34 additions and 33 deletions

View file

@ -60,5 +60,5 @@ winapi = "0.3.8"
[dev-dependencies]
expect = { path = "../expect" }
test_utils = { path = "../test_utils" }
mbe = { path = "../ra_mbe", package = "ra_mbe" }
mbe = { path = "../mbe" }
tt = { path = "../tt" }