Buttplug sex toy control library

test: Update device config versions in tests

+2 -2
+2 -2
buttplug/tests/test_device_config.rs
··· 59 59 const BASE_VALID_VERSION_CONFIG_JSON: &str = r#" 60 60 { 61 61 "version": { 62 - "major": 2, 62 + "major": 3, 63 63 "minor": 999 64 64 } 65 65 } ··· 77 77 const BASE_VALID_NULL_USER_CONFIG_JSON: &str = r#" 78 78 { 79 79 "version": { 80 - "major": 2, 80 + "major": 3, 81 81 "minor": 999 82 82 }, 83 83 "user-configs": {}