Remove unused version.rs module file from git (#634)

This seems to have been forgotten in #412.
This commit is contained in:
Marijn Suijten 2022-06-05 21:05:21 +02:00 committed by GitHub
parent 965df80cf2
commit a950e14f89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +0,0 @@
pub use crate::device::{DeviceV1_0, DeviceV1_1, DeviceV1_2};
pub use crate::entry::{EntryV1_0, EntryV1_1, EntryV1_2};
pub use crate::instance::{InstanceV1_0, InstanceV1_1, InstanceV1_2};